Transformation Script edit help :X
#1
okay so, i found this script on a random rm website and for the life of me i can't figure out how to make it transform the character's graphic in battle, its a transformation script that basically changes your class depending on the specified state you have applied to you anyways i was wondering if somone could possibly help me edit it a bit so it will change graphics depending on the the state applied,


Content Hidden

i tried adding a character_name definition and character index definition like so

Code:
def character_name
case transform_class
when 14# the class id
return "$assassin"#name of the file to grab
when 16
return "$final_form"
else
return @character_name
end
end

def character_index
case transform_class
when 14
return 0
when 16
return 0
else
return @character_index
end
end

but idk if this is working right, also i'm using yanfly's battle
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
   Plugin or Script help with Item menu, SKill menu, and Equip menu JayRay 3 635 11-22-2024, 07:02 PM
Last Post: JayRay
   Script compatibility help Lord Vectra 3 5,289 07-25-2021, 11:42 PM
Last Post: DerVVulfman
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 17,515 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   "Wait" in the script Whisper 13 17,683 04-28-2020, 04:06 PM
Last Post: Whisper
   Skill Cooldown script Fenriswolf 11 17,913 12-10-2019, 11:10 AM
Last Post: Fenriswolf
   Help iwth script (RGSS Player crash) Whisper 3 8,985 06-17-2017, 05:03 PM
Last Post: Whisper
   Help modifying a script Keeroh 7 11,149 06-11-2017, 04:43 PM
Last Post: DerVVulfman
Question  Mog Menu script: help me stop the crazy picture movement during transitions Zachariad 4 10,724 05-31-2017, 05:10 AM
Last Post: Zachariad
   Actor names in Quest Script jreagan406 5 9,370 03-07-2017, 08:06 AM
Last Post: JayRay
   Bizarre issue with Lanzer counter script. Steel Beast 6Beets 2 7,629 10-04-2016, 11:46 AM
Last Post: Steel Beast 6Beets



Users browsing this thread: 1 Guest(s)