OK, I've got the script editor open, created a new script but in trying to replicate a 'simple' script that would allow me to edit the number of engine tunings of the ship i'm in, i simply can't replicate the expressions and stuff. Furthermore when I start a new script I don't have 'Return null' as a line and can't find that either.
I hunted for the code lines that i'd need, and found these:
Code: Select all
=[this]->install 2 units of ware engine tunings
Source Text
Code: Select all
001 = $ship -> install $amount units of Engine Tuning
003 return null
Swiss