Auto-translated
Everything seems fine with goF, the last function isn't working, the one where
function skelF ()
Trigger(OBJECT_TOUCH_TRIGGER, "skel", nil);
RemoveObject("goD");
end;
Trigger(OBJECT_TOUCH_TRIGGER, "skel", "skelF");
What could be the problem? Could it be that it shouldn't be placed on a monster?
function skelF ()
Trigger(OBJECT_TOUCH_TRIGGER, "skel", nil);
RemoveObject("goD");
end;
Trigger(OBJECT_TOUCH_TRIGGER, "skel", "skelF");
What could be the problem? Could it be that it shouldn't be placed on a monster?