Hi,
Title says it all ^^;
For this script (poring catcher) I need people to die (which happens) and to be automatically warped back to prontera (which doesn't happen)
What's wrong with this please ?
Thanks.
Title says it all ^^;
For this script (poring catcher) I need people to die (which happens) and to be automatically warped back to prontera (which doesn't happen)
OnMobKilled:
dispbottom "Aww...You hit the wrong one! Try again next time!";
percentheal -100,-100;
warp "prontera",185,127;
end;
dispbottom "Aww...You hit the wrong one! Try again next time!";
percentheal -100,-100;
warp "prontera",185,127;
end;
What's wrong with this please ?
Thanks.