Hey und Hallo,
ich habe das Problem das ich mein Fehler wahrscheinlich nur nicht Finde.
Ich möchte bei diesem Code:
Code: Keybinder
:?:/wort10::
IniRead, wort10, %A_ScriptDir%\wortsalat.ini, woerter, wort10
wort10 := wort10
IniRead, wort10mix, %A_ScriptDir%\wortsalat.ini, woerter, wort10mix
wort10mix := wort10mix
SendChat("/news 10. Wort: " . wort10mix . "")
AddChatMessage("10. Wort: " . wort10 . "")
Sleep, 1000
SendChat("/news Richtige Antworten an (2033) per SMS versenden.")
return
Das er aus der wortsalat.ini die Variablen für wort10mix und wort 10 ausliest. Hierbei gibt er mir aber immer nur in die Variable als Output Error.
Code: wortsalat.ini
[woerter]
wort1mix=
wort1=
wort2=
wort2mix=
wort3=
wort3mix=
wort4=
wort4mix=
wort5=
wort5mix=
wort6=
wort6mix=
wort7=
wort7mix=
wort8=
wort8mix=
wort9=
wort9mix=
wort10=TEST
wort10mix=TSET
Alles anzeigen
BTW: Der Pfad wird richtig erkannt.
Vlt könnt ihr mir ja Helfen den Fehler zu finden.
Liebe Grüße
serverpower