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:
@@ -211,7 +211,11 @@ class Interpreter
|
||||
#-----------------------------------------------------------------------------
|
||||
def command_102
|
||||
@message_waiting = true
|
||||
command = pbShowCommands(nil, @list[@index].parameters[0], @list[@index].parameters[1])
|
||||
cmd_texts = []
|
||||
for cmd in @list[@index].parameters[0]
|
||||
cmd_texts.push(_MAPINTL($game_map.map_id, cmd))
|
||||
end
|
||||
command = pbShowCommands(nil, cmd_texts, @list[@index].parameters[1])
|
||||
@message_waiting = false
|
||||
@branch[@list[@index].indent] = command
|
||||
Input.update # Must call Input.update again to avoid extra triggers
|
||||
|
||||
Reference in New Issue
Block a user