alias check_normal_commands_teleport check_normal_commands
def check_normal_commands(message)
if message == '/town'
$game_temp.player_transferring = true
$game_temp.player_new_map_id = 10
$game_temp.player_new_x = 10
$game_temp.player_new_y = 9
$game_temp.player_new_direction = 0
$scene = Scene_Map.new
$game_map.autoplay
return true
end
return check_normal_commands_teleport(message)
end
#------------
now i want to make this script so it checks for a item
if you dont have at
least 1 of the item so it dose nothing
and if you do have the item it removes 1