battlestar_caprica
Member
Hello all,
I want to change a party member's graphic using global variables. That way, i shouldn't get any initialization errors no matter where i insert the code lol.
I'm thinking something like:
$game_party.actors(i).character_name = "filename-of-picture"
However, this doesn't seem to be working. Any suggestions?
Any help would be really appreciated,
~Thanks.
PS: I know that there should be square brackets around the "i" but that makes the text in italics so i made them round...
I want to change a party member's graphic using global variables. That way, i shouldn't get any initialization errors no matter where i insert the code lol.
I'm thinking something like:
$game_party.actors(i).character_name = "filename-of-picture"
However, this doesn't seem to be working. Any suggestions?
Any help would be really appreciated,
~Thanks.
PS: I know that there should be square brackets around the "i" but that makes the text in italics so i made them round...