Jump to content

[LE] Events not working


Recommended Posts

Sorry, i originally posted this under mod troubleshooting before i realized that that is wrong section. Sorry for doule posts.

I have a problem here. My Events not working. When i type...

Event OnDying(Actor akKiller)
 Debug.MessageBox("Someone died")
EndEvent

or

Event OnDeath(Actor akKiller)
 Debug.MessageBox("Someone died")
EndEvent

...and in game after kill someone nothing happens. No MessageBox. I tried add condition akkiller == game.getplayer() but without change. I hope there is some solution for this nonsense.

 

In fact i want create a quest in witch one group attack another. After someone die i want use getdeadcount() and after reaching some int i want send second wave.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...