- Joined
- Sep 16, 2012
- Messages
- 5,781
- Reaction score
- 1,041
- First Language
- English
- Primarily Uses
http://galvs-scripts.com/galvs-move-route-extras/
Line 1411:
#-------------------------------------------------------------------------- # * Script #-------------------------------------------------------------------------- def command_355 script = @list[@index].parameters[0] + "\n" while next_event_code == 655 @index += 1 script += @list[@index].parameters[0] + "\n" end eval(script) <--------- this one endendEvent I am doing switching on: (I tried it with different event IDs as well)
(Page 2 is same thing in reverse)
It crashes after pressing/activating this event.
Any questions? Anything I need to look into?
Line 1411:
#-------------------------------------------------------------------------- # * Script #-------------------------------------------------------------------------- def command_355 script = @list[@index].parameters[0] + "\n" while next_event_code == 655 @index += 1 script += @list[@index].parameters[0] + "\n" end eval(script) <--------- this one endendEvent I am doing switching on: (I tried it with different event IDs as well)
(Page 2 is same thing in reverse)
It crashes after pressing/activating this event.
Any questions? Anything I need to look into?
Last edited by a moderator:
