Add to description.ext:
class Extended_InitPost_EventHandlers {
class Animal {
class btc_actions {
init = "systemChat str _this;";
};
};
Code to execute in debug consol:
```
t = createAgent ["Goat_random_F", getPos (allplayers # 0), [], 0, "CAN_COLLIDE"];
```
Exec player side: `systemChat` show a message.
Exec server side: `systemChat` don't show a message.