arzzzae Posted March 12, 2013 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
Capuche Posted March 12, 2013 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
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.
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.