First of all if this has all ready been looked in to im sorry...
Is there a way of increasing the player ships speed in the scripting editor?
and if so can u help me do so...
need to speed up my ship so it travels faster throw sectors
Please help if possible
Xizor
Speeding up palyer ships
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 4088
- Joined: Wed, 6. Nov 02, 20:31
-
- Posts: 2997
- Joined: Sat, 20. Mar 04, 20:50
-
- Posts: 31
- Joined: Wed, 6. Nov 02, 20:31
speeding up....playership
well ive just looked in the scripting for the player ship and the engine tuneing is some like 100000, i read that it shouldnt be any more than between 600 to 800 is this right.
player ship with 100000 tunings doesnt seem to go any faster than normal plz explain
X
player ship with 100000 tunings doesnt seem to go any faster than normal plz explain
X
-
- Sith Lord
- Posts: 8255
- Joined: Wed, 6. Nov 02, 20:31
Arguments
Source Text
There you go 
Code: Select all
1: ship , Var/Ship , 'ship'
2: amount , Var/Number , 'amount'
Code: Select all
001 = $ship -> install $amount units of Engine Tuning
003 return null

LV's TC Scripts
Readme's For All My Scripts
I felt a great disturbance in the forum, Like millions of voices cried out in terror, then were silenced
si tacuisses, philosophus mansisses
Readme's For All My Scripts
I felt a great disturbance in the forum, Like millions of voices cried out in terror, then were silenced
si tacuisses, philosophus mansisses
-
- Posts: 730
- Joined: Wed, 25. Jun 03, 20:52
Code: Select all
001 @ $dummy = [THIS] -> call script '!galaxyeditor.obj.installware' : ware=Engine Tuning amount=30
002 return null
