Ragnar_mod Posted June 18, 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 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 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...
How to make this command work ?
Link to comment
Share on other sites