mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Updated to mkxp-z 2.1.2, added def inspect to some classes
This commit is contained in:
@@ -20,6 +20,12 @@ class Interpreter
|
||||
clear
|
||||
end
|
||||
|
||||
def inspect
|
||||
str = self.to_s.chop
|
||||
str << format(' event ID: %d>', @event_id)
|
||||
return str
|
||||
end
|
||||
|
||||
def clear
|
||||
@map_id = 0 # map ID when starting up
|
||||
@event_id = 0 # event ID
|
||||
|
||||
Reference in New Issue
Block a user