Ok, so I have the bear trap npc image on my level, i want the beartrap to be the same as iera. So I play this gani when you touch it: era_beartrap-step.gani
I found this gani in the ganis section in my graal folder in levels. I copied the gani into the same folder as my level. I then wrote this code on the bear trap npc:
PHP Code:
if (playertouchsme) {
setani era_beartrap-step.gani;
}
but it didn't freeze my player or set the bear trap gani...why?
also does anyone have the beartrap image? because I think i just deleted it -_-