OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Ronf on 04 Jun 2003, 11:25:20

Title: use weapon problem & wp question
Post by: Ronf on 04 Jun 2003, 11:25:20
1. i have a civilian equipped with a binocular that walks to an cliff and should then take and use it. i tried with unit action ["weaponinhand", "binocular"] but doesnt seem right as nothing happens...

how to script that?

2 is it possible to change waypoints of units with a script?

thanks in advance!

Ronf
Title: Re:use weapon problem & wp question
Post by: Knut Erik on 04 Jun 2003, 12:35:29
1.
There is a switchMove for that. Don't remember the exact name, but it is something like "FxStandToBinoc" ....

2.
Check out the DoMove, Move and CommandMove commands.
Title: Re:use weapon problem & wp question
Post by: macguba on 04 Jun 2003, 15:42:35
2.  Also the command setWPPos.    And if you're not familiar with switch triggers, learn about them.   Tute in the Ed Depot, lots of posts on the forum.

If that doesn't help, tell us more about the problem.    What do you want to happen?   What have you tried?   What went wrong?