![]() |
Paralyze Field - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Paralyze Field (/Thread-Paralyze-Field) |
Paralyze Field - larmc20 - 01-07-2014 06:45 AM Guys, I am trying to make Paralyze Field not paralize who cast the spell. I opened the Field Script and I am trying to add a step trigger. But How can I make the sphere Recognize if the player stepping the PF is the one who cast the spell? on=@step if (<src. ...) // Here is the problem. I dont know the issue above. Return 1 endif RE: Paralyze Field - Alaric - 01-07-2014 06:54 AM Link. Parafield item has link and there is stored uid of the caster. RE: Paralyze Field - larmc20 - 01-07-2014 07:23 AM Thanks man... I got it ON=@step if (<link.uid>==<src.uid>) return 1 endif RE: Paralyze Field - Alaric - 01-07-2014 10:10 AM np since it says the message is too short, I'll post also this. You may try <link>==<src>. Shorter form ![]() RE: Paralyze Field - amonvangrell - 01-08-2014 05:18 AM omg awesome!!! thanks dudes! |