WhatFT Posted March 28, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted March 28, 2012 How to add "Paulinds entered in PvP Room" like that? Quote Link to comment Share on other sites More sharing options...
iFoxkun Posted March 28, 2012 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 189 Reputation: 16 Joined: 11/20/11 Last Seen: January 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 28, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share 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 Link to comment Share on other sites More sharing options...
WhatFT Posted March 28, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted March 28, 2012 THANKS GUYS ! Quote Link to comment Share on other sites More sharing options...
Question
WhatFT
How to add "Paulinds entered in PvP Room" like that?
Link to comment
Share on other sites
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.