Code:
plotscript, newgame password, begin
time loop := false
suspend player
$3 = "BONUS"
input string(2,5)
if (string compare(2,3) == true) then (
show text box(278)
wait for text box
)
show text box(277)
wait for text box
resume player
time loop := true
end
time loop := false
suspend player
$3 = "BONUS"
input string(2,5)
if (string compare(2,3) == true) then (
show text box(278)
wait for text box
)
show text box(277)
wait for text box
resume player
time loop := true
end
It compiles, but the string is permanently stuck on screen and the string compare won't come up true.



