
ist es möglich, ein script zu starten, sobald der spieler eine bestimmte ware kauft?
Moderators: Scripting / Modding Moderators, Moderatoren für Deutsches X-Forum
Code: Select all
$vol=[PLAYERSHIP]->get volume of ware 25 MW Schild in Cargo Bay
While not $vol > 0
@=wait 1000 ms
$vol=[PLAYERSHIP]->get volume of ware 25 MW Schild in Cargo Bay
end
return null