
ich hab da mal ne frage.
wie "cheate"

was kommt denn bei "variable" rein?
Moderators: Scripting / Modding Moderators, Moderatoren für Deutsches X-Forum
Code: Select all
Arguments
1: wo , Var/Ship/Station owned by Player , 'schiff oder station'
2: was , Var/All Wares , 'soll rein'
3: anzahl , Nummer , 'wieviel'
Source Text
001 $dummy = $wo -> add $was units of $anzahl
002 return null
Code: Select all
001 $dummy = $wo -> add $anzahl units of $was