scummvm/engines/director/lingo/tests/c2.lingo
Eugene Sandulenko df5e4c5c0a
DIRECTOR: LINGO: Fix c2.lingo test
Since we implemented assigning text casts, now the test code
suddenly started to try to do something and crash.
2022-06-06 09:43:13 +02:00

23 lines
451 B
Text

-- This file is binary. Watch for 0xC2 symbol at the line ends
if the text of cast 1 <> the text of cast 2 then Â
put "Hello"
if the text of cast 1 <> the text of cast 2 then Â
put "Goodbye"
set the selStart to Â
0
set the selStart to Â
0
-- This comment is Â
the continuationÂ
of previous line
if the castNum of sprite 1 > the number of cast 2 then set the castNum of sprite 1 to the number of Â
cast 1
put "HelloÂ
World!"