The problem is when a player uses it to go back in town, is he get hit during the progress bar loading, he gets stuck in script.
I would need to make the script end if player gets hit by another during the progress bar loading.
Here it is :
case 2:
mes "[Garde de l'Arène]";
mes "Veuillez patienter.";
progressbar "green",5;
next;
mes "[Garde de l'Arène]";
mes "Je vous dirige vers la sortie.";
sleep2 1250;
warp "amatsu",112,159;
break;
Question
Auryn
I'm scripting a PvP exit guard.
The problem is when a player uses it to go back in town, is he get hit during the progress bar loading, he gets stuck in script.
I would need to make the script end if player gets hit by another during the progress bar loading.
Here it is :
Thanks in advance for any help about it.
Edited by Auryn1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.