I'm using Sugarcube.
Simple question that I can't seem to figure out: How do I take an object
Simple question that I can't seem to figure out: How do I take an object
<<set $foo = {
bar : 0
}>>
and check if it is or is not an object:
<<if isObject($foo)>>
/%Do stuff here%/
<</if>>