I have an NPC which shows a gani moving, something like a boomerang.
The script is fine. I'm using the exact same script with a different gani in three different places, but this one won't display the gani to anyone but the person using the NPC.
I can see the gani just fine. Nobody else can.
When somebody elses uses the NPC, they can see the gani but I can't.
The index of the gani is 15, so it should be shown globally; the similar scripts are the exact same and they work.
This is the gani:
PHP Code:
GANI0001
SPRITE 299 PARAM1 0 0 160 132 scythe (0, 0)
SPRITE 301 PARAM1 320 0 160 132 scythe (2, 0)
SPRITE 303 PARAM1 0 132 160 132 scythe (0, 1)
SPRITE 305 PARAM1 320 132 160 132 scythe (2, 1)
SPRITE 309 PARAM1 320 264 160 132 scythe (2, 2)
SPRITE 311 PARAM1 0 396 160 132 scythe (0, 3)
SPRITE 313 PARAM1 320 396 160 132 scythe (2, 3)
SPRITE 316 PARAM1 160 528 160 132 scythe (1, 4)
LOOP
CONTINUOUS
SINGLEDIRECTION
DEFAULTPARAM1 zodiac_scytheofdreams.png
ANI
311 -46 -26, 309 -72 -29
311 -46 -26, 316 -35 -37
316 -35 -37, 313 -48 -62
313 -48 -62, 305 -59 -60
305 -59 -60, 303 -61 -51
303 -61 -51, 299 -63 -31
299 -63 -31, 301 -66 -31
301 -66 -31, 309 -72 -29
ANIEND
I've also tried using a constant image, rather than the first parameter, but it still doesn't show to others.