- Joined
- Sep 12, 2016
- Messages
- 107
- Reaction score
- 68
- First Language
- English
- Primarily Uses
Hi All
As always im throwing myself onto the great community to see if they can guide me from throwing my head against the brick wall
I'm hoping more for a confirmation then a full solution (though if someone is able to provide it i'd be eternally grateful)
My game has a super simple and automated execution of allowing a characters outfit to change based on equipment on the game screen
This is because each equipment level is linked to a variable number
However it would make sense to be able to see the character change in the menu screens instead of waiting till the player is back on the the game screen
So i'm asking if its possible to draw this in the JS: Portrait upper

effectively i'd like to replicate the same as the game screen which is
"If variable 1 = 1 , showpicture 'filepath/image1'
if vairable 2 = 1 , showpicture 'filepath/image1'"
to layer a series of images to build a character that changes in menu but im not sure if it supports this functionality as
'.drawitemactormenuimage' is custom
Again if anyone can answer about whether its doable or has done it would be great. a full'this is how to write it' would be mind blowing
but im happy to muddle my way through on my own if someone can say that im right in my thinking that this is the place it should be/can be done
PS : I know there's a change image plugin command but this is one static image and doesn't support equipment customisations (unless you have a static image of every conceivable outfit permutation)
As always im throwing myself onto the great community to see if they can guide me from throwing my head against the brick wall
I'm hoping more for a confirmation then a full solution (though if someone is able to provide it i'd be eternally grateful)
My game has a super simple and automated execution of allowing a characters outfit to change based on equipment on the game screen

However it would make sense to be able to see the character change in the menu screens instead of waiting till the player is back on the the game screen
So i'm asking if its possible to draw this in the JS: Portrait upper

effectively i'd like to replicate the same as the game screen which is
"If variable 1 = 1 , showpicture 'filepath/image1'
if vairable 2 = 1 , showpicture 'filepath/image1'"
to layer a series of images to build a character that changes in menu but im not sure if it supports this functionality as
'.drawitemactormenuimage' is custom
Again if anyone can answer about whether its doable or has done it would be great. a full'this is how to write it' would be mind blowing
PS : I know there's a change image plugin command but this is one static image and doesn't support equipment customisations (unless you have a static image of every conceivable outfit permutation)