[XP] Event Proximity Icons

Started by ForeverZer0, May 16, 2011, 02:29:57 am

Previous topic - Next topic

LiTTleDRAgo

August 09, 2013, 10:30:23 am #60 Last Edit: August 09, 2013, 10:35:27 am by LiTTleDRAgo
try change that line to

flag = (($game_map.proximity_data||={})[character.id]||=[])[0]

Vexus

Thanks that seems to have fixed the error :)
Current Project/s:

Parkman202

Hello, ForeverZer0! I am using your scrip for my game, and it works great! There's just one thing, however; I use a lighting system that makes your events dark, and that's not what I need. I noticed you have a "show over top of everything" setting which fixed that particular issue, but I didn't expect it to show over top of everything including pictures, the player and even the text boxes. I looked into the script and found the viewport setting for when the setting is set to "true," and after some fixing, it shows above my lighting system and below text boxes, but not the player or the pictures. I don't mind it being on top of the player, because it's easier to see, but the pictures thing is kind of annoying. Is there any way to mend the script to make the pictures show over these icons?

Thanks!