OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: CopyrightPhilly on 16 Jan 2005, 01:43:33

Title: add action to only 1 players menu...
Post by: CopyrightPhilly on 16 Jan 2005, 01:43:33
ok i have a trigger that when a player enters it it will add a menu to only his menu... currently i have 1 trigger activated by west with:

waction = player addAction ["Get In Chopper", "wgetin.sqs"]

but it adds it to everyones menu...

any ideas?
cheers
Title: Re:add action to only 1 players menu...
Post by: Mr.Peanut on 16 Jan 2005, 02:42:27
You could add the action to the chopper instead...
Title: Re:add action to only 1 players menu...
Post by: CopyrightPhilly on 16 Jan 2005, 03:14:51
but would that not mean that unit would need to be in the chopper?
Title: Re:add action to only 1 players menu...
Post by: Triggerhappy on 16 Jan 2005, 03:34:46
nah, just near it
Title: Re:add action to only 1 players menu...
Post by: CopyrightPhilly on 16 Jan 2005, 16:41:45
learn somthing new everyday... thanks chaps