WhatFT Posted March 28, 2012 Posted March 28, 2012 How to add "Paulinds entered in PvP Room" like that? Quote
iFoxkun Posted March 28, 2012 Posted March 28, 2012 Something like, (I.E. I haven't made any scripts in months, im rusty again.) mes "Would you like to enter"; next; if(select("Yes:No")==2) close; announce getcharid(2) + " has entered the PvP Room."; warp "map",x,y; end; Quote
Emistry Posted March 28, 2012 Posted March 28, 2012 announce strcharinfo(0)+" entered in PVP Room",0; @ifoxkun getcharid(2) doesnt return you the name...but ID... * I think i answered same thing before for this topic question >.< * Quote
Question
WhatFT
How to add "Paulinds entered in PvP Room" like that?
3 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.