Italianstal1ion
Member
I was wondering how to make an array for icons. The script is already set up and usually for words you can type something like CHARA_R = ["Night Elf","","",""] for heroes 1-4.
But, through trial and error, i have found its not that simple for icons. I tried something like the words: CHARA_I = [("Item-01")","","","")]
and have tried inserting the RPG::Cache icon words everywhere.
So i was also thinking perhaps it would be something like this(?)
game.actor.001
RPG::Cache icon = ("Item-01")
game actor.002
RPG::Cache icon = ("Item-02")
I know, i have put the self.contents.blt (forgot what goes here) in the place where the other self.contents are. Right now all I have figured out is how to show the same icon for all characters.
I know i got some words wrong, but basically which one is it?
Note: I am using the character bio script, if that helps at all.
But, through trial and error, i have found its not that simple for icons. I tried something like the words: CHARA_I = [("Item-01")","","","")]
and have tried inserting the RPG::Cache icon words everywhere.
So i was also thinking perhaps it would be something like this(?)
game.actor.001
RPG::Cache icon = ("Item-01")
game actor.002
RPG::Cache icon = ("Item-02")
I know, i have put the self.contents.blt (forgot what goes here) in the place where the other self.contents are. Right now all I have figured out is how to show the same icon for all characters.
I know i got some words wrong, but basically which one is it?
Note: I am using the character bio script, if that helps at all.