I'm sorry if this is actually very easy, but I've been studying phylomortis' RGSS section religiously and I can't find the method to script an event graphic change. I gather it has something to do with the Game_Character.character_name variable but I can't quite put my finger on it.
Say for example Event1 (event_id=1) is a nul graphic, and I wanted to change it to the first fighter graphic "001-Fighter01.png"; how would I script that assuming I'm calling the $game_map.events array for my event list?
It's one of those custom battle system things that I don't feel like using events for.
thanks in advance,
-A
Say for example Event1 (event_id=1) is a nul graphic, and I wanted to change it to the first fighter graphic "001-Fighter01.png"; how would I script that assuming I'm calling the $game_map.events array for my event list?
It's one of those custom battle system things that I don't feel like using events for.
thanks in advance,
-A