Not true. I have macros that work just fine with:LordGiddion wrote: you can't have a space between } and Else you need it to be }else {
Code: Select all
/if something {
somecode
} else {
someothercode
}
Code: Select all
/if "$char(state)"=="SIT" {
/varset state1 sitting
} else {
some other code
}