Skip to content

Instantly share code, notes, and snippets.

@mloc
Created June 19, 2012 21:25
Show Gist options
  • Save mloc/2956636 to your computer and use it in GitHub Desktop.
Save mloc/2956636 to your computer and use it in GitHub Desktop.
/vrscript
var/vrworld/vr_world //The VR world that this executor is working on.
var/loadedscript = "" //The currently loaded script.
var/vrscript_func/funcs[] //A list of parsed functions.
var/variables[] //A list of defined variables.
var/debounce = 0 //Because BYOND is SILLY.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment