Anything and all.
Moderators: Murderator+ , Murderator
Biba
Posts: 30 Joined: 2004-07-02 12:14:09
Post
by Biba » 2004-07-10 18:27:21
Is possible to detect (un)polymorphed main char with "If" sequence? I mean re-polymorph if spell disapear.
Aceton
Posts: 13 Joined: 2004-05-13 15:59:12
Contact:
Post
by Aceton » 2004-07-10 20:57:17
BETEPAH
Expert!
Posts: 838 Joined: 2004-05-31 09:31:51
Contact:
Post
by BETEPAH » 2004-07-10 22:12:26
In which context you want to use it ?
Все просто.
BETEPAH ™
Biba
Posts: 30 Joined: 2004-07-02 12:14:09
Post
by Biba » 2004-07-10 23:32:30
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.
Lord Ruslan Nightmare
Expert!
Posts: 359 Joined: 2004-04-25 11:11:07
Contact:
Post
by Lord Ruslan Nightmare » 2004-07-10 23:37:19
maybe uo.getgraphic("self") can help?
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...
Biba
Posts: 30 Joined: 2004-07-02 12:14:09
Post
by Biba » 2004-07-11 07:05:15
Can u write it in full lenght? Only gethgraphic will dont help i think. Thx.
Lord Ruslan Nightmare
Expert!
Posts: 359 Joined: 2004-04-25 11:11:07
Contact:
Post
by Lord Ruslan Nightmare » 2004-07-11 09:54:42
if uo.getgraphic("self") == "common character type" then
<polymorph to deamon>
endif
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...
Biba
Posts: 30 Joined: 2004-07-02 12:14:09
Post
by Biba » 2004-07-11 12:39:00
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:).