Home   Help Search Login Register  

Author Topic: ID Numbers and navigating them  (Read 489 times)

0 Members and 1 Guest are viewing this topic.

xCIA_BlackThorn

  • Guest
ID Numbers and navigating them
« 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.

Offline Tyger

  • Former Staff
  • ****
  • I was at OFPEC when it still had dirt floors...
    • OFPEC
Re:ID Numbers and navigating them
« Reply #1 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...
« Last Edit: 05 Oct 2005, 05:16:33 by Tyger »
"People sleep soundly at night only because rough men stand ready to do violence on their behalf." - George Orwell

MSG Mike Everret - We Will Never Forget - '75-'08

xCIA_BlackThorn

  • Guest
Re:ID Numbers and navigating them
« Reply #2 on: 05 Oct 2005, 05:20:44 »
OMG  !!   Thank you.     I cant believe I forgot that.      

Thanks again.