Skip to content

Instantly share code, notes, and snippets.

@duncathan
Created December 3, 2017 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duncathan/db22f4d87cd906d8bf3b894a160ef096 to your computer and use it in GitHub Desktop.
Save duncathan/db22f4d87cd906d8bf3b894a160ef096 to your computer and use it in GitHub Desktop.
output: still bad but ok
/obj
var/const/foo = 0
/client/verb/make_the_sign_of_the_cross_as_you_read_this_code()
var/obj/o = new
o.vars["foo"] = 1
if(o.foo)
world << "oh no"
else if(o.vars["foo"])
world << "still bad but ok"
else
world << "phew"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment