nicothe1 Posted February 11, 2024 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 07/30/18 Last Seen: April 6, 2024 Share Posted February 11, 2024 Can someone help me add custom commands to server? ex: @mall -> warps to mall area Quote Link to comment Share on other sites More sharing options...
0 Akbare-2nd Posted February 12, 2024 Group: Members Topic Count: 6 Topics Per Day: 0.01 Content Count: 62 Reputation: 4 Joined: 06/11/23 Last Seen: Saturday at 12:36 PM Share Posted February 12, 2024 - script mallroom -,{ end; OnEnter: if(getmapflag(strcharinfo(3),mf_town)){ announce strcharinfo(0)+" has entering Mall Room!",bc_all; warp "yourmap",64,45; }else{ message strcharinfo(0),"you have to be in town to use this command"; } end; OnInit: bindatcmd "mall",strnpcinfo(3)+"::OnEnter"; end; } Quote Link to comment Share on other sites More sharing options...
Question
nicothe1
Can someone help me add custom commands to server?
ex:
@mall -> warps to mall area
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.