Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Strange behavior RGSS
#3
Well, here's the whole method
Code:
def switch()
    # Remove the sprite
    party_position=$game_party.remove_switched_actor(@active_battler.id)
    @spriteset.remove_sprite_in_pos(party_position)
    # Add the actor
    $game_party.add_switched(@switch_id, party_position)
    sprite=@spriteset.add_sprite_in_pos(party_position)
    sprite.animation($data_animations[SWITCHED_ACTOR_ANIMATION_ID],true) unless SWITCHED_ACTOR_ANIMATION_ID==nil
    @status_window.refresh
    return
  end

Thanks for your interest in this strange case. :)
Reply }


Messages In This Thread
Strange behavior RGSS - by Charlie Fleed - 03-05-2009, 12:53 AM
[Resolved] Strange behavior RGSS - by Zeriab - 03-08-2009, 12:43 PM
[Resolved] Strange behavior RGSS - by Charlie Fleed - 03-08-2009, 03:21 PM
[Resolved] Strange behavior RGSS - by Zeriab - 03-09-2009, 08:44 PM
[Resolved] Strange behavior RGSS - by EJlol - 03-09-2009, 09:17 PM
[Resolved] Strange behavior RGSS - by Zeriab - 03-15-2009, 04:05 AM
[Resolved] Strange behavior RGSS - by Zeriab - 03-15-2009, 03:23 PM
[Resolved] Strange behavior RGSS - by woratana - 03-15-2009, 04:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   RGSS scripting dissections and explinations Siletrea 97 91,450 03-18-2019, 06:46 AM
Last Post: Siletrea
   Help iwth script (RGSS Player crash) Whisper 3 7,691 06-17-2017, 05:03 PM
Last Post: Whisper
  How can I use the cmd of "require" in rgss superegp 2 5,405 11-03-2015, 06:16 AM
Last Post: kyonides
Question  RGSS stoped to work Chaos17 5 6,943 02-14-2013, 05:13 PM
Last Post: DerVVulfman
   Ruby, RGSS & General Code Discussion Kain Nobel 6 9,937 12-22-2012, 05:11 AM
Last Post: MechanicalPen
   [Request] Tut. for RGSS Eldur 9 10,638 12-07-2012, 04:27 AM
Last Post: DerVVulfman
   Strange Game_Enemy#actions iteration bug Kain Nobel 4 6,408 06-15-2011, 07:21 PM
Last Post: Charlie Fleed
   [ASK-RGSS] Behemoth's CBS alike Getsuga_kawaii 0 3,877 04-29-2010, 03:07 PM
Last Post: Getsuga_kawaii
   Quick RGSS question - switches Ravenith 2 5,150 08-23-2009, 11:23 AM
Last Post: Ravenith
   How can i activate switches with rgss computerwizoo7 2 6,929 07-04-2009, 03:01 AM
Last Post: computerwizoo7



Users browsing this thread: