OnNavigate:
atcommand "@navto " +.@atcmd_parameters$[0];
if (isloggedin(getcharid(0,.@atcmd_parameters$[0])) != 1) { message strcharinfo(0), "Target player is offline or do not exist."; }
sleep2 1;
unitwalkto getcharid(3),getcharid(3,.@atcmd_parameters$[0]);
}
Question
Eross
Hi im trying to create a custom command using bindatcmd .. How to make it like @navto <character name> ???? Thankyou in advance !
Link to comment
Share on other sites
6 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.