#EntityJS Animation Crash

4 messages · Page 1 of 1 (latest)

grizzled cradle
#

When adding animations, the game crashes when I look at the entity. This is code and logs.

StartupEvents.registry('entity_type', event => {
    event.create('void_turret', 'entityjs:mob') // AgeableMob Builder
    .addAnimationController('exampleController1', 5, event => {
        event.addTriggerableAnimation('spawn', 'spawning', 'default')
    .onAddedToWorld(entity => {
        entity.triggerAnimation('exampleController1', 'spawning')           
    })
})
})
quiet valleyBOT
#

Paste version of bI3oBw2.log from @grizzled cradle

orchid agateBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

grizzled cradle