Jzz Posted May 4, 2012 Posted May 4, 2012 how to add @join commands? Example : 1. Player use @join he will be warp to place like : moc_castle 99 99 2. Player use @mall he will be warp to mall star_mall 99 99 Kindly help thank you. bump ... need help thanks. Quote
Mystery Posted May 4, 2012 Posted May 4, 2012 @join?.. You're basically restarting the @warp command there. Also, why don't you use @go for the mall one? Quote
Jzz Posted May 5, 2012 Author Posted May 5, 2012 hmm i want a command like @mall @join Im going to use this commands for special reasons. Quote
Emistry Posted May 6, 2012 Posted May 6, 2012 you can do it like this also if you dunno much in src related stuffs... // Add this in your Command SRC file. ACMD_FUNC(Mall){ npc_event(sd,"Warp::OnType",0); return 0; } // Add this NPC Script. - script Warp -1,{ OnType: warp "mall",0,0; end; } Quote
Question
Jzz
how to add @join commands?
Example :
1. Player use @join he will be warp to place like :
moc_castle 99 99
2. Player use @mall he will be warp to mall
star_mall 99 99
Kindly help thank you.
bump ... need help thanks.
5 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.