Re: Chart Screens
Posted: Wed Nov 22, 2023 10:05 am
made a little bit of progress - kinda
when i amended the code to
i got a spawn and the message w/ "07" at the end ~ problem is, i launched from Tionisla and jumped into Zaonce [129] so i dunno why i got a 7 [Lave] for the sys number? coincidence that it's the same numbers as in my positioning calc??
edit - meh, it's printing the same no matter where i jump to, so i guess my
this.kwgal = galaxyNumber;
this.kwsys = system.ID;
isn't right?
when i amended the code to
Code: Select all
//this.shipWillLaunchFromStation = function()
this.shipWillExitWitchspace = function()
{
system.addShipsToRoute(this.role, 1, 0.7, "ws");
//system.legacy_addSystemShips(this.role, this.count, 1.0);
log("testscript.spawn", "Generated " + this.count + " " + this.role + " for testing purposes." + this.kwgal + this.kwsys);
//log("gal" + this.kwgal + " planet " + this.kwsys);
}
edit - meh, it's printing the same no matter where i jump to, so i guess my
this.kwgal = galaxyNumber;
this.kwsys = system.ID;
isn't right?