mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Added method for buying a Game Corner prize item, made def _I able to replace text like _INTL
This commit is contained in:
@@ -758,8 +758,8 @@ def _ISPRINTF(*arg)
|
||||
return string
|
||||
end
|
||||
|
||||
def _I(str)
|
||||
return _MAPINTL($game_map.map_id, str)
|
||||
def _I(str, *arg)
|
||||
return _MAPINTL($game_map.map_id, str, *arg)
|
||||
end
|
||||
|
||||
def _MAPINTL(mapid, *arg)
|
||||
|
||||
Reference in New Issue
Block a user