Is there a script to make train actors face the same way as the player?
#6
The English Translation is the one I used. Its definitely designed cleaner than the original Fukuyama... I finding an actual structural bug with the original original.

HOWEVER:
Code:
#==============================================================================
# ** Game_Party
#------------------------------------------------------------------------------
#  This class handles the party. It includes information on amount of gold
#  and items. Refer to "$game_party" for the instance of this class.
#==============================================================================

class Game_Party

  #--------------------------------------------------------------------------
  # * Move Left
  #    id: party member ID
  #--------------------------------------------------------------------------
  def make_me_move_left(id)
    #
    character = @characters[id]
    character.move_left
    #
  end

end

Directly added to Game_Party rather than the Train Actor modules. Same script call to use.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)

[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png]    [Image: liM4ikn.png]    [Image: fdzKgZA.png]    [Image: sj0H81z.png]
[Image: QL7oRau.png]    [Image: uSqjY09.png]    [Image: GAA3qE9.png]    [Image: 2Hmnx1G.png]    [Image: BwtNdKw.png%5B]
  Above are clickable links
Reply


Messages In This Thread
RE: Is there a script to make train actors face the same way as the player? - by DerVVulfman - Today, 04:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   How do I make skills that never miss, and a status that causes skills to never miss? Ace_V 3 904 02-18-2026, 02:51 PM
Last Post: Ace_V
   Lead Actor Swapper script error Ace_V 25 13,534 09-07-2025, 01:22 PM
Last Post: DerVVulfman
   How do I make a PNG image (or animation) show up when a character dies? Ace_V 6 4,002 08-31-2025, 11:07 PM
Last Post: kyonides
   Plugin or Script help with Item menu, SKill menu, and Equip menu JayRay 3 5,275 11-22-2024, 07:02 PM
Last Post: JayRay
   Actors & enemies without Morale Bennerdeben 4 7,439 07-15-2023, 06:21 PM
Last Post: Bennerdeben
   Script compatibility help Lord Vectra 3 9,474 07-25-2021, 11:42 PM
Last Post: DerVVulfman
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 29,383 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   "Wait" in the script Whisper 13 27,515 04-28-2020, 04:06 PM
Last Post: Whisper
   Skill Cooldown script Fenriswolf 11 27,465 12-10-2019, 11:10 AM
Last Post: Fenriswolf
   Help iwth script (RGSS Player crash) Whisper 3 12,540 06-17-2017, 05:03 PM
Last Post: Whisper



Users browsing this thread: 2 Guest(s)