Adds verb to VV global variables

This commit is contained in:
atermonera
2021-04-22 19:16:07 -09:00
parent ff7ae11f29
commit 96cb824895
8 changed files with 297 additions and 59 deletions

View File

@@ -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 . += "---"