Can anyone help me? I'm noob at scripting, so if it's not hard to you, I'll be VERY GRATEFUL!
Edit: Argh, didn't post in request section, sorry. Please, move it here.
Here you go!
http://rmrk.net/index.php/topic,28124.0.html (http://rmrk.net/index.php/topic,28124.0.html)
EDIT: oh, accessory? :S
AHA! Here you are!:
http://rmrk.net/index.php/topic,31727.0.html
Oh, thanks much!! ;D
*bump* Sorry for double posting, but... I have one question:
Is that possible to change image layer priority via script? I mean, I'm using ABS with HUD displayed on map and that equipment-show script. I've like to configure them a little for my game, but I have this problem. The HUD is based on image, which is displayed as transparent bcg on the map, but when the equip script is showing accesory (icon) on map, the icon is below the HUD image... I want it above. Anyone know, how to do it? I've tried to change script sequence in database, but it still won't work.
I have: I want:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg406.imageshack.us%2Fimg406%2F2903%2Fasdtlc.png&hash=865653f92086a68f6497a0866888f892c51b04ef)
Something silly of me to suggest, but try placing the accessory script or what ever you're using below the HUD script in the database.
"I've tried to change script sequence in database, but it still won't work."
Tried. ::)
I don't know what HUD you are using, so I can't do it myself, but I think you either need to adjust the z value of the face icon or of the viewport that holds it if the bg and face are using different viewports.
I would imagine that there are two separate sprites, one for the bg and one for the face and in the same viewport, so you need to find whichever sprite is holding the face and make sure the z value is higher than the bg sprite.
Okay, found the solution, thanks modern_algebra! :)