Blue Jem Posted December 20, 2013 Posted December 20, 2013 how can add the password if i use this command @item Quote
Patskie Posted December 20, 2013 Posted December 20, 2013 Use bindatcmd command to override the existing @item command. Quote
1 AnnieRuru Posted December 20, 2013 Posted December 20, 2013 - script asdjkasdj -1,{ end; OnInit: bindatcmd "item", strnpcinfo(0)+"::Onaaa"; end; Onaaa: if ( .@atcmd_parameters$[0] == "lalala" ) atcommand "@item "+ .@atcmd_parameters$[1] +" "+ .@atcmd_parameters$[2]; else message strcharinfo(0), "Wrong password"; end; }@item lalala 501 1 1 Quote
Question
Blue Jem
how can add the password if i use this command @item
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.