• How to get notified about sequence events?
    2 replies, posted
Hello, I am trying to figure out how to get in lua notified about sequence events: [code] $sequence reload "reload" fps 30 activity ACT_VM_RELOAD 1 node Ready { { event 3005 28 } // Initial placement of the bolt { event 3013 35 } // Start of charge-up { event 3016 55 } // Ready charged } [/code] I want to get notified about event 3013. Is there any possibility to observe these events?
[url]http://wiki.garrysmod.com/page/ENTITY/HandleAnimEvent[/url]
Thanks for your fast answer. It seems not to work. I have tried one of the default weapons and I got only notified about the eject brass and muzzle flash event when I am using [B]FireAnimationEvent[/B]. There are no events during the reload itself.
Sorry, you need to Log In to post a reply to this thread.