Navigation system bug ?

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
fippy
GamingTools Subscriber
Posts: 21
Joined: Sat Jan 01, 2005 4:59 am

Navigation system bug ?

Post by fippy » Sat Apr 16, 2005 8:52 am

If I do

Code: Select all

NavPoint -connect ${world} ${point1} ${point2}
in a script i get the usage info poping up in the console even though it appears to work.

Also there doesnt seem to be a way to make it a bidirectional connection.

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Sat Apr 16, 2005 1:27 pm

I'll hotfix this right now. The way to make it bidirectional at the moment is to do NavPoint again with ${world} ${point2} ${point1}

I'll add a -bidirectional switch in the hotfix.

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Sat Apr 16, 2005 1:34 pm

Done. Restart and let it patch :) Then you can do NavPoint -connect -bidirectional ${world} ${point1} ${point2}
and it wont give the Syntax ;)

fippy
GamingTools Subscriber
Posts: 21
Joined: Sat Jan 01, 2005 4:59 am

Post by fippy » Sat Apr 16, 2005 3:55 pm

Sweet :)

Post Reply