Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Tracking script wont work
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Tracking script wont work (Read 727 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
Logged
Artak
The old beanbag shaker
Former Staff
You want to talk about it, yes?
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
Logged
Not all is lost.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Tracking script wont work
Top of page