Dragonbones event (SOLVED)

I try to use dragon bones. But events in dragonbones not working.The event happend but all data is broken=(. I understad that it is problem of dragonborn export to spine.But maybe some workaround? :slight_smile:

if message_id == hash("spine_event") then
    print("event")
    print(message.string)
    print(message.float)
    print(message.integer)
    print(message.event_id)
end

DEBUG:SCRIPT: event
DEBUG:SCRIPT: hash: []
DEBUG:SCRIPT: 0
DEBUG:SCRIPT: 0
DEBUG:SCRIPT: hash: [18209346511038627457 (unknown)]

I open spine.json. but i do not understang how to change event name in json=)

Is this related to your other post: Spine events strange behavior? (SOLVED) ?

In that case I guess that the data is not actually broken, but just unable to reverse hash the event_id? :slight_smile:

1 Like

yes, i think you are right.:slight_smile:

1 Like