A J Member 70 Oct 25, 2007 #1 :D I know it's a one line short code but I can't seem to know it lol so help me out guys :D Edit: What I was trying to say in the title How to get the state name if you know the state ID .
:D I know it's a one line short code but I can't seem to know it lol so help me out guys :D Edit: What I was trying to say in the title How to get the state name if you know the state ID .
Sheol Member 131 Oct 27, 2007 #2 Im not sure about this: Code: $data_states[ID].name Upvote 0 Downvote
andrew-101 Member 35 Oct 28, 2007 #3 Slipknot you were right, but if you don't know the id the code is: Code: for i in $game_party.actors[actor_id].states if $data_states[i].rating >= 1 state = $data_states[i].name end end **If state = nil then its normal Upvote 0 Downvote
Slipknot you were right, but if you don't know the id the code is: Code: for i in $game_party.actors[actor_id].states if $data_states[i].rating >= 1 state = $data_states[i].name end end **If state = nil then its normal