been trying to work on this but not getting any luck. so i decided to ask for help here. basically i want the timer to run/re-initialize when inside guild_vs2 and stop when the player changes maps. i tried several configurations but the timer keeps running after changing maps. help
OnPCLoadMapEvent:
if ( strcharinfo(3) == "guild_vs2" ) {
attachnpctimer ""+strcharinfo(0)+"";
initnpctimer;
message strcharinfo(0), "Timer Start!";
end;
}
else {
stopnpctimer;
message strcharinfo(0), "Go back to PvP to re-initialize timer!"; }
end;
Question
mofo
been trying to work on this but not getting any luck. so i decided to ask for help here. basically i want the timer to run/re-initialize when inside guild_vs2 and stop when the player changes maps. i tried several configurations but the timer keeps running after changing maps. help
Edited by mofo2 answers 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.