This commit is contained in:
infinitefusion
2021-07-25 13:33:41 -04:00
parent 4f751ee39b
commit 2b9f96d07c
6 changed files with 1783 additions and 210 deletions

View File

@@ -14,6 +14,10 @@ def pbWarpToMapId
return [map_id,0,0]
end
def pbWarpToMapFly
pbBetterRegionMap(0,true,true,false,nil,true)
end
def pbWarpToMap
choice = pbMessage("type", [_INTL("List"),_INTL("Map id"), _INTL("Town map")], 0)
if choice == 0
@@ -21,8 +25,7 @@ def pbWarpToMap
elsif choice == 1
map = pbWarpToMapId
elsif choice == 2
Kernel.pbMessage("Not currently supported")
map = pbWarpToMapList
map = pbWarpToMapFly
end
return map
end