08-08-2020, 05:59 PM
(08-08-2020, 09:46 AM)kyonides Wrote: You forgot to tell them that print doesn't really need the parentheses to work normally.
print "My test!"
In VX ACE it'd be...
msgbox "My test!"
...because it's got a console that catches the print-ed strings by default.
Anyway it's only useful for debugging scripts.
Funny enough, I never knew I didn't need the parentheses. Huh. That's good to know though.