Hi Everyone, iam a stranger but very interest about VXA-OS
I want to ask, i have script like this:
on [VS] Sprite_Minimap
How to edit it to be like "Item (I)", "Skill (H)"
with automatically day in it toward "network vip".
image for example:
THANKYOU!
I want to ask, i have script like this:
on [VS] Sprite_Minimap
- Código:
def draw_VIP_icon #textedit2
bitmap = Cache.system('Iconset') #@character.vip?
icon_index = $network.vip? ? Configs::MAP_VIP_ICON : Configs::MAP_NONVIP_ICON
rect = Rect.new(icon_index % 16 * 24, icon_index / 16 * 24, 24, 24)
self.bitmap.blt(0, 30, bitmap, rect)
end
How to edit it to be like "Item (I)", "Skill (H)"
with automatically day in it toward "network vip".
image for example:
THANKYOU!