XP 스크립트

님의 입맛에 맞게 고치시기 바랍니다.

def replace
  for actor in $game_party.actors
    if actor.state?(스테이트 ID)
      case actor.id
      when 1
        $game_player.instance_eval {@character_name = 'p2'}
      when 2
        $game_player.instance_eval {@character_name = '010-Lancer02'}
      when 3
        $game_player.instance_eval {@character_name = '022-Hunter03'}
      end
      $game_switches[1] = false
      $game_map.need_refresh = true
    end
  end
end

두번째 줄에
if actor.state?(스테이트 ID)
이곳에서, 스테이트 ID를 지우시고 스테이트 아이디를 넣으세요.
'변신' 이라는 스테이트의 아이디를 넣으시면 됩니다.

일단, 액터 번호 3번까지 넣었구요.

더 넣으시려면

when 3 밑의 줄에 $game_player 어쩌고 있죠? 거기 밑에다 다음과 같이 쓰세요.

when 액터번호
  $game_player.instance_eval {@character_name = '캐릭터이름'}

액터번호는 말그대로 그 액터의 번호구요,
캐릭터이름은 말그대로 그 캐릭터칩의 이름입니다.


List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 7308
254 기타 [All RGSS] FileTest (Unicode) file Cheapmunk 2014.12.29 656
253 기타 에어리어 설정 by RPG Advocate 백호 2009.02.22 735
252 기타 Boat Script 백호 2009.02.21 750
251 기타 Materia System file 백호 2009.02.21 767
250 기타 Localization by ForeverZer0, KK20 습작 2013.04.26 767
249 기타 killer님 요청하신 스크립트 두번째입니다. 나뚜루 2009.02.21 770
248 기타 Letter by Letter Message Window by slipknot@rmxp.org (SDK호환) 1 file 백호 2009.02.22 773
247 기타 Real-Time Day Night 3 백호 2009.02.22 776
246 기타 AMS-Advanced Message Script Edited by Dubleax 3 file 백호 2009.02.21 780
245 기타 Sphere Grid System file 백호 2009.02.21 785
244 기타 Activation_system file 백호 2009.02.22 786
243 기타 Advanced Gold display by Dubealex 1 백호 2009.02.22 789
242 기타 Terrain Encounter Areas by SephirothSpawn 백호 2009.02.22 791
» 기타 killer님 요청하신 스크립트입니다. 1 나뚜루 2009.02.21 797
240 기타 Selected phyolomortis.com scripts 1 file 백호 2009.02.22 797
239 기타 Damage Reductions by SephirothSpawn (SDK호환) 1 백호 2009.02.22 805
238 기타 Hero Databass 4 file 백호 2009.02.22 810
237 기타 SG_Multiple Currencies v3 by sandgolem (SDK호환) 백호 2009.02.22 816
236 기타 SG_Call Script Fix by sandgolem (SDK호환) 백호 2009.02.22 819
235 기타 Monster Arena by trickster file 백호 2009.02.22 822
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 Next
/ 13