03-15-2009, 03:23 PM
Code:
# If return value is false when trying to execute event command
if execute_command == false
return
end
# Advance index
@index += 1
This is at the end of a loop in the Interpreter::Update method... I guess that's what you're talking about.
Ok, it remains to figure out what I changed to make this happen only now...
Anyway, a return does not cost that much... :D