Well, I'm having a problem trying to add something to this RTAB script...
Basically I just need to know how the 'appear' command works o.O
It's used here:
I need to make it instant instead of fading in x_x
Tried commenting it out, ended up with wierd ghost sprites for the enemies:
http://img135.imageshack.us/img135/7564 ... duppn7.png[/IMG]
When I leave it in, it doesn't happen so... I just need to know exactly what it's doing that prevents that <.<
Basically I just need to know how the 'appear' command works o.O
It's used here:
Code:
if not @battler.hidden and not @battler.dead? and
(@battler.damage.size < 2 or @battler.damage_pop.size < 2)
appear
@battler_visible = true
end
Tried commenting it out, ended up with wierd ghost sprites for the enemies:
http://img135.imageshack.us/img135/7564 ... duppn7.png[/IMG]
When I leave it in, it doesn't happen so... I just need to know exactly what it's doing that prevents that <.<