Sys_Get_Number_Of_Ships_With_Order |
Submitted by unnamed on Tue, 2007-12-18 22:40.
SE:V MODs
Hey Everyone,
It appears to me that Sys_Get_Number_Of_Ships_With_Order only checks the first order assigned to a vehicle and not the subsequent ones (either that or the function is not working properly). Anyone experienced this?
Thanks
-Unnamed

Re: Sys_Get_Number_Of_Ships_With_Order
Submitted by Isopsyco on Thu, 2007-12-20 08:15.
unnamed, no problem. Basically its you, Fyron, Kwok and Gideon that know anything about the functions and script writing to begin with anyway 
I found the ship order process trying to script a set of functions to cope with a no warp point game that uses FTL drives. I can set orders but can't see the subsequent orders, really difficult to change orders, I usually have to clear all orders before hand.




Re: Sys_Get_Number_Of_Ships_With_Order
Yes, when I call that function it only gives the current order. If I made the function call after the ship order script execution and there were no orders left it would not count that ship.
I thought thats the way the function was suppose to work...