Home   Help Search Login Register  

Author Topic: Cannot setpos a marker to a "Guarded by" trigger  (Read 443 times)

0 Members and 1 Guest are viewing this topic.

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Cannot setpos a marker to a "Guarded by" trigger
« on: 12 Mar 2004, 22:27:16 »
Trying to mark the position of a moveable trigger, to aid in debugging

I have placed in a looping monitoring script  the following lines

However the markers stay where i placed them in the editor

The Triggername  is Trig_Help1

1)Attempt A
Code: [Select]
"Help1marker" setMarkerPos (getPos Trig_Help1)

1)Attempt B

Code: [Select]
_help2pos = getpos Trig_Help2
"Help2marker" setMarkerPos _help2pos


Anyone know how to setpos the marker to a trigger
If not, have you another alternative.

Thanks in advance :)
« Last Edit: 16 Mar 2004, 17:50:19 by Terox »
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

Offline sim

  • Members
  • *
  • Hot! Real hot! Damn Hot!
Re:how to setpos a marker to a trigger
« Reply #1 on: 12 Mar 2004, 22:47:26 »
hmmmmmmm........

I think i might just have a tutorial lyin around for this sumwhere, ill have a look but no promises.

sim
The Unsung Campaign Team Leader

GrimMonkey

  • Guest
Re:how to setpos a marker to a trigger
« Reply #2 on: 13 Mar 2004, 00:56:22 »
Attempt A is almost right, try this:
Code: [Select]
"Help1marker" setMarkerPos getPos Trig_Help1That ought to do it.


Beware the GrimMonkey

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:how to setpos a marker to a trigger
« Reply #3 on: 13 Mar 2004, 17:25:51 »
found problem

was trying to move a "Guarded by" trigger

its the only trigger you cant move

just my luck!!!  :)

you cant even return a giarded by triggers x & y pos
« Last Edit: 13 Mar 2004, 17:26:47 by Terox »
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123