ich habe folgendes Problem: 2 Scripte, das erste erstellt mir eine Fabrik an einer bestimmten Koordinate eines Sektors, die Koordinaten als Parameter.
Code: Select all
Arguments
1: setLoc , Var/Sector Position , 'Chose Position'
Source Text
001 $x = $setLoc[0]
002 $y = $setLoc[1]
003 $z = $setLoc[2]
004 $sec = $setLoc[3]
005 $neueStation = create station: type=Argonen Sonnenkraftwerk owner=Argonen addto=$sec x=$x y=$y z=$z
...
Code: Select all
Arguments
Source Text
001
002 @ = [THIS] -> call script 'plugin.build.station' : Chose Position=ARRAY { 9304, 1, -3982, Argon Prime }
003 return null

Code: Select all
Arguments
Source Text
001
002 @ = [THIS] -> call script 'plugin.build.station' : Chose Position=ARRAY { 9304, 1, -3982, Unbekanntes Objekt }
003 return null
Hab keine Ahnung mehr, was das sein könnte.

Lg,
Sir Avenger