Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T82397
Change Details
Change Details
Old
New
Diff
Place two vehicles and name them "v1" and "v2". Create script init.sqf and write the code at the bottom. Start mission. CODE: _waypoint = (group effectiveCommander v1) addWaypoint [v2, 0]; _waypoint setWaypointType "FOLLOW";
Place two vehicles and name them "v1" and "v2". Create script init.sqf and write the code at the bottom. Start mission. CODE: _waypoint = (group effectiveCommander v1) addWaypoint [v2, 0]; _waypoint setWaypointType "FOLLOW";
Continue