Home   Help Search Login Register  

Author Topic: Tracking script wont work  (Read 685 times)

0 Members and 1 Guest are viewing this topic.

_Ross_

  • Guest
Tracking script wont work
« on: 14 Aug 2003, 19:10:38 »
I am trying to make a marker follow someone, but it wont work. heres the script

#loop
marker1 setmarkerpos getpos dude
~.01
goto "loop"

thanks ;D

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Tracking script wont work
« Reply #1 on: 14 Aug 2003, 19:28:55 »
#loop
"marker" setmarkerpos getpos dude
~.01
goto "loop"

it's the "" you're missing. I'd also suggest not to make such a fast loop. IF you really really need to loop it fast make it at least ~.1. Fast loops add lag  ;)
Not all is lost.