Es geht um die Zeile für "Öffne".
Mein Script sieht folgendermasen aus:
Code: Alles auswählen
if (GetGlobalInt(80)==1) Display("Ich will das nicht schließen."); // Schließe
else if (GetGlobalInt(80)==2) Display("Ich will nichts geben."); // Gib
else if (GetGlobalInt(80)==3) ObjectOn(0) AddInventory(3) Display("Ohh ein Brief von Stefan"); // Öffne
else if (GetGlobalInt(80)==4) Display("Ich will das nicht drücken."); // Drücke
else if (GetGlobalInt(80)==5) Display("Ich will das nicht ziehen."); // Ziehe
else if (GetGlobalInt(80)==6) Display("Ich will das nicht nehmen."); // Nimm
else if (GetGlobalInt(80)==7) Display("Ich will das nicht benutzen.");// Benutze
else if (GetGlobalInt(80)==9) Display("Ich will damit nicht reden."); // Rede
else DisplaySpeech(EGO,"Iasnob. So heiße ich."); // Schaue
SetGlobalInt(80,0);
Freue mich über jede Hilfe.
Killer Bonsai