FICC

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: another_commander, winston

User avatar
Milo
---- E L I T E ----
---- E L I T E ----
Posts: 466
Joined: Mon Sep 17, 2018 5:01 pm

Re: FICC

Post by Milo »

That safety shut off would be very nice; let’s just say that running into a ship is very easy to do accidentally now (when throttle is maxed).

Very small nitpick, but in the FCB, the && wsq in the following line is unnecessary because wsq isn't being cached across game restarts and ps._qchargerCheck === true implies the existence (and therefore truthy-ness) of the world script.

Code: Select all

		if (ps._qchargerCheck === true && wsq) { // this is a do-once
Post Reply