Jump to content
  • 0

Script doubts to leave the character in readiness


Kater

Question


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.51
  • Content Count:  100
  • Reputation:   0
  • Joined:  04/03/24
  • Last Seen:  

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

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...