Jzz Posted May 4, 2012 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted May 4, 2012 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted May 4, 2012 Share Posted May 4, 2012 You can easily make it @go 36 <Mall> Quote Link to comment Share on other sites More sharing options...
Jzz Posted May 5, 2012 Author Share Posted May 5, 2012 hmm i want a command like @mall @join Im going to use this commands for special reasons. Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 6, 2012 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites