Jump to content
  • 0

warper script


Erio-chan

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   10
  • Joined:  07/23/16
  • Last Seen:  

pls help me add code to check if the player's level is in range of 1-10 to be warp and if not close NPC.

prontera,150,177,6	script	Warper 1-10	858,{

		mes "[ ^0065DFWarper^000000 ]";
		mes "Would you like to enter?";
		if (select("Yes!","No thanks.") == 2) close;
		warp "quiz_00",50,24;
	close;
	}
	
	
	OnInit:
		waitingroom "Leveling Area 1-10",0;
		end;
}

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

if( BaseLevel > 10 ){

mes "only players with below ten kevel can use my services!";

close;

}

  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   10
  • Joined:  07/23/16
  • Last Seen:  

@Cyro

Thank you very much!!! :*

Link to comment
Share on other sites

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...