Is the input string command what I should be working with to make this happen? If so, I must be using it wrong. This is what I got...
Code:
script,alminegate,begin
suspend player
show textbox (1191)
wait for textbox
clear string (4)
append number (4,135)
show textbox (1194)
wait (15)
advance text box
input string (5, 2)
if (string compare (4,5) == true) then (
show textbox (1193)
wait for textbox)
else (
show textbox (1)
wait for textbox)
clear string (5)
resume player
end
suspend player
show textbox (1191)
wait for textbox
clear string (4)
append number (4,135)
show textbox (1194)
wait (15)
advance text box
input string (5, 2)
if (string compare (4,5) == true) then (
show textbox (1193)
wait for textbox)
else (
show textbox (1)
wait for textbox)
clear string (5)
resume player
end
Cornbread Chemist



