The program dreamseeker.exe version 5.0.501.1217 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel. Process ID: 1fa8 Start Time: 01cf0db2e980a556 Termination Time: 129 Application Path: C:\Program Files (x86)\BYOND\bin\dreamseeker.exe Report Id: 8d17680a-79a8-11e3-9f5f-20cf30e81171
The code was this:
mob/verb/change_fps()
var/val = input("what fps?") as null | num
if(!val) return
world.fps = val