From 956f5cd083e7787af5ff52fc18f2ab1b2291b5c9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 9 Jan 2020 09:36:03 +0100 Subject: DIRECTOR: LINGO: Added test for 'put the number of of' --- engines/director/lingo/tests/the.lingo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/director') diff --git a/engines/director/lingo/tests/the.lingo b/engines/director/lingo/tests/the.lingo index 088502e2a1..bdb56b5f46 100644 --- a/engines/director/lingo/tests/the.lingo +++ b/engines/director/lingo/tests/the.lingo @@ -26,3 +26,5 @@ 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 + +put the number of words of field 1 into field 5 -- cgit v1.2.3