mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Adds verb to VV global variables
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
switch(var_name)
|
||||
if ("vars")
|
||||
return debug_variable(var_name, list(), 0, src)
|
||||
return debug_variable(var_name, vars[var_name], 0, src)
|
||||
return debug_variable(var_name, get_variable_value(var_name), 0, src)
|
||||
|
||||
//please call . = ..() first and append to the result, that way parent items are always at the top and child items are further down
|
||||
//add separaters by doing . += "---"
|
||||
|
||||
Reference in New Issue
Block a user