Blue Jem Posted December 20, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted December 20, 2013 how can add the password if i use this command @item Quote Link to comment Share on other sites More sharing options...
1 AnnieRuru Posted December 20, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted December 20, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 4 hours ago Share Posted December 20, 2013 Use bindatcmd command to override the existing @item command. Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted December 20, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted December 20, 2013 can you show the script Quote Link to comment Share on other sites More sharing options...
Question
Blue Jem
how can add the password if i use this command @item
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.