jrbudda / Sentry

Citizens2 Town Sentry Character
12 stars 20 forks source link

Issue with Sentry Death #230

Open TakoMT opened 9 years ago

TakoMT commented 9 years ago

I have tried every possible 'on death' event to 'on npcdeath' or 'on death by player'.... but whatever I do, I cannot capture the death event for the Sentry.

Assigned a denizen script to capture the "on death" event. Even tried the default bandit quest, but all run accept the 'on death'.

Even tried to change the 'DieLikePlayers: true' setting... but nothing.

No errors on the console and using latest dev build.

mcmonkey4eva commented 9 years ago

You might be able to use a world event: on entity death: in a world script should capture it. Or even on entity kills entity:

TakoMT commented 9 years ago

"on entity kills entity" worked. Pity the "on death" events don't work :S.