Page 1 of 1
Polymorph
Posted: 2004-07-10 18:27:21
by Biba
Is possible to detect (un)polymorphed main char with "If" sequence? I mean re-polymorph if spell disapear.

Posted: 2004-07-10 20:57:17
by Aceton
Posted: 2004-07-10 22:12:26
by BETEPAH
In which context you want to use it ?
Posted: 2004-07-10 23:32:30
by Biba
I got big macro for inscription with many things and i need to carry reagents and scrolls. I dont know if it is possible, or i need another factor like - str or something like that.
Posted: 2004-07-10 23:37:19
by Lord Ruslan Nightmare
maybe uo.getgraphic("self") can help?
Posted: 2004-07-11 07:05:15
by Biba
Can u write it in full lenght? Only gethgraphic will dont help i think. Thx.
Posted: 2004-07-11 09:54:42
by Lord Ruslan Nightmare
if uo.getgraphic("self") == "common character type" then
<polymorph to deamon>
endif
Posted: 2004-07-11 12:39:00
by Biba
Lord Ruslan Nightmare wrote:if uo.getgraphic("self") == "common character type" then
<polymorph to deamon>
endif
Thanks. Before i think, that will be so much harder than type:).