mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 07:37:00 +00:00
Update 6.8
This commit is contained in:
@@ -381,6 +381,14 @@ class DependentEvents
|
||||
end
|
||||
end
|
||||
|
||||
def turn(direction)
|
||||
events=$PokemonGlobal.dependentEvents
|
||||
for i in 0...events.length
|
||||
event=@realEvents[i]
|
||||
event.direction=direction
|
||||
end
|
||||
end
|
||||
|
||||
def eachEvent
|
||||
events=$PokemonGlobal.dependentEvents
|
||||
for i in 0...events.length
|
||||
|
||||
Reference in New Issue
Block a user