Ragnar_mod Posted June 18, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 06/13/21 Last Seen: July 17, 2021 Share Posted June 18, 2021 How to make this command work ? Quote Link to comment Share on other sites More sharing options...
0 cook1e Posted June 20, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 172 Reputation: 68 Joined: 10/25/20 Last Seen: Yesterday at 04:14 AM Share Posted June 20, 2021 (edited) Can you explain? - script govip_atcmd FAKE_NPC,{ OnAtcommand: switch( select("Warp to VIP Room?:No, Thanks") ) { case 1: if (vip_status(1)) { warp "prontera",154,172; // change map and coords to your VIP Room. }else { mes "Only vips can warp to VIP Room."; } break; case 2: break; } OnInit: bindatcmd "govip",strnpcinfo(3)+"::OnAtcommand"; end; } Edited June 20, 2021 by cook1e Quote Link to comment Share on other sites More sharing options...
0 Ragnar_mod Posted June 20, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 06/13/21 Last Seen: July 17, 2021 Author Share Posted June 20, 2021 On 6/18/2021 at 10:00 PM, cook1e said: Can you explain? example by @govip a player get warped to the vip room Quote Link to comment Share on other sites More sharing options...
Question
Ragnar_mod
How to make this command work ?
Link to comment
Share on other sites
2 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.