Jump to content
Sign in to follow this  
Katrician

Radio Alpha-Trigger-Waypoint

Recommended Posts

Hello I can't figure how to use Radio Alpha making a unit move to its waypoint, I tried with radio alpha in trigger synchronized with a second waypoint of a unit, and I don't command that unit.

I used detected by west/east, if unit not alive, it works but when I want to use a radio alpha trigger nothing happens.Would be nice if someone could give me a template mission, let's say like this :

Player have radio alpha menu

a bus move to its waypoint if player use radio command

Player has not the bus on his group, bus is an independent unit

As a general idea wouldn't it be nice to have a template mission with multiples examples of triggers and waypoints??

Share this post


Link to post
Share on other sites

You could have a bus waiting(give it unlimited fuel) at a locked waypoint and the unlock the waypoint with radio alpha in a trigger :)

Share this post


Link to post
Share on other sites

you don't need anything other than a trigger set to alpha and synced to the waypoint.

Check that the driver hasn't got out, he does if there is shooting.

Share this post


Link to post
Share on other sites
Errm I didn't see "lock" option in the waypoint menu??

If your bus is named BUS1 then put following in your waypoint under "On Act."

BUS1 LockWp true;

And to unlock it put in your trigger under "OnAct."

BUS1 LockWp false;

Share this post


Link to post
Share on other sites
Hello I can't figure how to use Radio Alpha making a unit move to its waypoint, I tried with radio alpha in trigger synchronized with a second waypoint of a unit, and I don't command that unit.

I used detected by west/east, if unit not alive, it works but when I want to use a radio alpha trigger nothing happens.Would be nice if someone could give me a template mission, let's say like this :

Player have radio alpha menu

a bus move to its waypoint if player use radio command

Player has not the bus on his group, bus is an independent unit

As a general idea wouldn't it be nice to have a template mission with multiples examples of triggers and waypoints??

Even easier. Created a hold waypoint. Create a Radio Alpha Trigger. Set the trigger type to Switch rather than end or none. Sync it with the waypoint.

Share this post


Link to post
Share on other sites

Thanks guys I will try both methods, and report how it worked ;)

---------- Post added at 10:42 PM ---------- Previous post was at 09:35 PM ----------

If your bus is named BUS1 then put following in your waypoint under "On Act."

BUS1 LockWp true;

And to unlock it put in your trigger under "OnAct."

BUS1 LockWp false;

Tried but no luck, did it works for you?

Even easier. Created a hold waypoint. Create a Radio Alpha Trigger. Set the trigger type to Switch rather than end or none. Sync it with the waypoint.

It worked flawlessly :yay: this method is very efficient since you can add many "hold" and triggers with various conditions, thanks again.

Share this post


Link to post
Share on other sites

Tried but no luck, did it works for you?

Yes i use it from time to time.. remember in your case to name bus to BUS1 :)

Anyways, good you got it working using HavocDemon's method :cool:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×