Change Player Description

● ARCHIVED · READ-ONLY
Started by ineffabelle 6 posts View original ↗
  1. 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.
  2. Did you see the last post I made in your other thread?
  3. I still need to be able to set that text.  Variables are only set to integers as far as I can tell.
  4. Nope.
  5. I also tried this script call, but I got an error:

    $game_actors[1].description = "Test" if $game_actors[1]
  6. Closing this, as there's no point (and heaps of confusion) carrying on one discussion in two threads