Hi guys, is there a simple script that i can use to pop an alert on screen while testing game?
like alert("ABC");
Thanks
like alert("ABC");
Thanks
print "your text here" # No auto-line break at the end!
p "your text here" # Auto-line break used at the end!
puts "your text here" # Auto-line break used at the end!
It isI am using RPGVXACE, so it's RGSS3 i think
Sorry @Sixth but now testing my game, it seem those codes you suggested doesn't workThere should be an option to enable it in the editor, something like "Show console".
Enable that and the console will automatically open with the game during playtests.

