Home   Help Search Login Register  

Author Topic: move a marker ingame  (Read 437 times)

0 Members and 2 Guests are viewing this topic.

HotShotAce

  • Guest
move a marker ingame
« on: 12 Jan 2005, 04:26:49 »
i made a trigger so that when you step into it a certain marker moves to a certain position on the map.

i wrote
marker1 setmarkerpos getpos gl1

where marker1 is the marker
and gl1 is the gamelogic where the marker should go

but it doesnt work

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:move a marker ingame
« Reply #1 on: 12 Jan 2005, 04:45:32 »
marker names, for some odd reason, are strings
so it would be "marker1"

HotShotAce

  • Guest
Re:move a marker ingame
« Reply #2 on: 12 Jan 2005, 06:19:46 »
oh i see now, thanks