Code:
plotscript, cyren house zone two, begin
if (read zone(2, herox, heroy)) &&
(time of day == 719) then (
time loop := false
show text box(236)
wait for text box
use door(2)
time loop := true
)
end
if (read zone(2, herox, heroy)) &&
(time of day == 719) then (
time loop := false
show text box(236)
wait for text box
use door(2)
time loop := true
)
end
The error says: expected then or else but found (



