You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ScriptTag.registered -> TimeTag ScriptTag.last_used -> TimeTag ScriptTag.contents -> ListTag (CommandTag) -> actual written code, as a list of command inputs. CommandTag therefore needed to wrap a command. Also, perhaps, /execute COMMANDTAG as an option.
The text was updated successfully, but these errors were encountered:
Need to be able to read what's in the ScriptCache to properly manage it.
Ideas:
<{scriptcache.list_scripts}>
- ListTag (ScriptTag)<{scriptcache.has_script[name]}>
-> TextTag (Boolean)<{scriptcache.script[name]}>
-> ScriptTagand the same, but all for functions.
ALSO, script/function tag:
ScriptTag.registered
-> TimeTagScriptTag.last_used
-> TimeTagScriptTag.contents
-> ListTag (CommandTag) -> actual written code, as a list of command inputs. CommandTag therefore needed to wrap a command. Also, perhaps,/execute COMMANDTAG
as an option.The text was updated successfully, but these errors were encountered: