Hi!

So, heute wird kompiliert. Aber ich habe ein Problem beim Speichern:

"Script Command "Of" not found"

Der Eintrag im Skript sieht so aus:

if FranLoot.Magic == 0
messagebox "Die Häufigkeit magischer Gegenstände liegt momentan bei
+%.0f%% (Standard, normale Häufigkeit)", FranLoot.Magic, "+5% ", "+1% ", "-1% ", "-5% ", "Zurück"
elseif FranLoot.Magic > 0
messagebox "Die Häufigkeit magischer Gegenstände liegt momentan bei +%.0f%%", FranLoot.Magic, "+5% ", "+1% ", "-1% ", "-5% ", "Zurück"
else
messagebox "Die Häufigkeit magischer Gegenstände liegt momentan bei %.0f%%", FranLoot.Magic, "+5% ", "+1% ", "-1% ", "-5% ", "Zurück"
endif
set FranStage to 6.05