aboutsummaryrefslogtreecommitdiff
path: root/engines/director
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director')
-rw-r--r--engines/director/lingo/tests/the.lingo3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/the.lingo b/engines/director/lingo/tests/the.lingo
index d69696e2c9..088502e2a1 100644
--- a/engines/director/lingo/tests/the.lingo
+++ b/engines/director/lingo/tests/the.lingo
@@ -23,3 +23,6 @@ set the filename of BlastWindow to "blastwin"
set the titleVisible of BlastWindow to true
set the modal of BlastWindow to true
set the windowtype of BlastWindow to 5
+
+set the bottom of x to originV + (the number of lines in someText) * 16
+set the bottom of x to originV + (the number of words in someText) * 16