arzzzae Posted March 12, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 83 Reputation: 8 Joined: 12/27/11 Last Seen: March 7, 2018 Share Posted March 12, 2013 Is it possible to use this script function to input string or integer after the command? For example: @bindatcmd <"enter anything here"> Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 12, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 12, 2013 (edited) It's already in the Bindatcmd .@atcmd_parameters$[]: Array containing the given parameters, starting from an index of 0. btw it seems you didn't understand the way of using this command. Not @bindatcmd <"enter anything here"> - script atcmd_example -1,{ OnInit: bindatcmd "test",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: specialeffect2 338; end; } for @test command Edited March 12, 2013 by Capuche Quote Link to comment Share on other sites More sharing options...
Question
arzzzae
Is it possible to use this script function to input string or integer after the command? For example:
@bindatcmd <"enter anything here">
Thanks in advance.
Link to comment
Share on other sites
1 answer 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.