After refining and further refining a script, I've hit a debugging issue. Print is all it's forms is refusing to display a darn thing. It is a COLD DAY IN HELL when I can't even use print properly.
p(obj)
print obj.inspect
print(arg)
printf()
putc(ch)
putc("ch")
putc(?c)
putc(99)
puts(obj)
I've tried them all. RGSS has apparently decided to hate me or something. NONE of them even so much as make a box appear with ANYTHING. It's to the point that I'm about to just dig out my XP debugging script and dump things into txt files again. Regardless of what it is, I've been out of scripting way too long to not even figure out what I'm doing wrong.
As for the VXA version, it's straight from Enterbrain's site.