Kater Posted June 10, 2024 Group: Members Topic Count: 76 Topics Per Day: 0.20 Content Count: 175 Reputation: 2 Joined: 04/03/24 Last Seen: Wednesday at 08:15 PM Share Posted June 10, 2024 I have a script that resurrects in pvp when the character dies in a countdown. But if the character is dead and selects to go to prontera, he returns to pvp. How to adjust the script so it comes out promptly. OnPCDieEvent: if( strcharinfo(3) == "pvpamap" ) { sleep2 1000; } end; } Quote Link to comment Share on other sites More sharing options...
Question
Kater
I have a script that resurrects in pvp when the character dies in a countdown.
But if the character is dead and selects to go to prontera, he returns to pvp.
How to adjust the script so it comes out promptly.
OnPCDieEvent: if( strcharinfo(3) == "pvpamap" ) { sleep2 1000; } end; }
Link to comment
Share on other sites
0 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.