Code: Select all
| Please work
#turbo 380
Sub main
/zapvars
/Declare PleaseWork global
/varset PleaseWork TRUE
/if @PleaseWork==TRUE {
/tell Scooby Well well well!
} else {
/tell Scooby Lame!
}
/endmacro
Tried doing the /newif and same result. Thinking I might have typed something wrong, I grabbed ElRetardo's /if example and got the same error.Ending macro: Failed to parse /if command
testing.mac@12 (main): /if @PleaseWork==TRUE {
So... what am I doing wrong? TIA!

