OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: xCIA_BlackThorn on 05 Oct 2005, 04:56:21

Title: ID Numbers and navigating them
Post by: xCIA_BlackThorn on 05 Oct 2005, 04:56:21
I spesificly remember have a unit walk from one ID number to another (Unit Move GetPos 15551) I think that is the way it was. Now I can not seem to get it to work with any way I try it. Since then, I have upgraded from 1.75 to 1.96 Perhaps this is the cause? Is there some change I failed to read about this patch?

Also where am I to post general questions about editing on OFPEC?

Any help is apprishiated.
Title: Re:ID Numbers and navigating them
Post by: Tyger on 05 Oct 2005, 05:15:56
Any general questions about editing are to be posted in this thread. The one you're in.  :)

Your code was almost correct - minus one little detail. You missed the command [size=1.5]object[/size].
Here's what it should look like, depending on your style.:
Code: [Select]
Unit move getPos (object 15551)

or

(Unit move getPos object 15551)
Both should work the same...
Title: Re:ID Numbers and navigating them
Post by: xCIA_BlackThorn on 05 Oct 2005, 05:20:44
OMG  !!   Thank you.     I cant believe I forgot that.      

Thanks again.