Hey, no problem. It's still a great script. I can use the unique actors option if I have to.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<--- The order here is [Actor, Weapon, Armor], and I'm wondering if there is a way that you can make it [Weapon, Actor, Armor]. if @direction = 2
then DRAW_ORDER = [3, 2, 1, 0]
else DRAW_ORDER = [0, 3, 2, 1]
end