Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T155634
Change Details
Change Details
Old
New
Diff
``` t = createAgent ["Goat_random_F", getPos (allplayers # 0), [], 0, "CAN_COLLIDE"]; ``` Exec player side: the goat follow the anaimal behaviour Exec server side: the goat just walk straight to the North
```sqf t = createAgent ["Goat_random_F", getPos (allplayers # 0), [], 0, "CAN_COLLIDE"]; ``` Exec player side: the goat follow the animal behaviour Exec server side: the goat just walk straight to the North
```
sqf
t = createAgent ["Goat_random_F", getPos (allplayers # 0), [], 0, "CAN_COLLIDE"]; ``` Exec player side: the goat follow the an
a
imal behaviour Exec server side: the goat just walk straight to the North
Continue