Good day!
May I request a script in consumable items to allow players to warp to a town.
wanted to have it like @go not @warp to player can just input town number or name. no dungeon or field. strictly for town warp.
Thanks!
May I request a script in consumable items to allow players to warp to a town.
wanted to have it like @go not @warp to player can just input town number or name. no dungeon or field. strictly for town warp.
Thanks!
Code:
Script: <" input .@map$;
if ( getmapusers( .@map$ ) != -1 ) warp .@map$,0,0; end; ">
},
Last edited by a moderator: