I'd like a quick way to change the player's description from an event triggering.
I added this to the Game_Actor script section:
#-------------------------------------------------------------------------- # * Set Description #-------------------------------------------------------------------------- def set_description(description) @description = description endBut I don't know if that's right, or how I'd even call it from an event.
Change Player Description
● ARCHIVED · READ-ONLY
-
-
Did you see the last post I made in your other thread?
-
I still need to be able to set that text. Variables are only set to integers as far as I can tell.
-
Nope.
-
I also tried this script call, but I got an error:
$game_actors[1].description = "Test" if $game_actors[1] -
Closing this, as there's no point (and heaps of confusion) carrying on one discussion in two threads