mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fix to previous commit
This commit is contained in:
@@ -211,7 +211,7 @@ class Interpreter
|
|||||||
def command_102
|
def command_102
|
||||||
choices = setup_choices(@list[@index].parameters)
|
choices = setup_choices(@list[@index].parameters)
|
||||||
tl_choices = []
|
tl_choices = []
|
||||||
choices[0].each { |cmd| tl_choices.push(_MAPINTL($game_map.map_id, cmd) }
|
choices[0].each { |cmd| tl_choices.push(_MAPINTL($game_map.map_id, cmd)) }
|
||||||
@message_waiting = true
|
@message_waiting = true
|
||||||
command = pbShowCommands(nil, tl_choices, choices[1])
|
command = pbShowCommands(nil, tl_choices, choices[1])
|
||||||
@message_waiting = false
|
@message_waiting = false
|
||||||
|
|||||||
Reference in New Issue
Block a user