Hey!

In A8 with Lite-C you can also assign actions to entities. There are several steps that needs to be done in order to get it working correctly (c-script was more forgiving).

-include 'main' file in Map Properties in WED (to keep things as simple as possible, it should be in same folder with WMB file)
-action's name should end up with (), in older c-script snippets I used to find out that actions where written wrong, examples:
Code:
ACTION name(){ }

or
Code:
action name { }


Both of them are wrong in lite-c! It should be like this:
Code:
action name(){ }


Here is how it works for me:
Quote:
Map properties:

Actions in Behaviour:


I hope it helps! Greets!


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung