ok I made a floor item called a teleport that is animated and when I went to test it I got the above error message.
object:
Code: Select all
obj.teleport = {
type="FLOORFLAT",
class="DECO",
front=gfx.teleport
}
Code: Select all
gfx.teleport = dsb_get_bitmap("TELEPORT1")
dsb_animate(gfx.teleport, 3, 5)