Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1213f23

Browse files
authored
Merge pull request #1611 from livecode/bugfix-19824
[[ Bug 19824 ]] 'is scripted' step is never 'is not'
2 parents 4080c48 + 474f50d commit 1213f23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/palettes/tutorial/revtutorial.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ function revTutorialCheckWaitCondition pActionData
20902090
if revTutorialScriptIs(the script of tObject, sWait["current script"]) then
20912091
break
20922092
end if
2093-
if revTutorialObjectPropertyIsValue(tObject, "script", pActionData["script"]) then
2093+
if revTutorialObjectPropertyIsValue(tObject, "script", pActionData["script"], false) then
20942094
return true
20952095
else if sWait["current script"] is not empty then
20962096
add 1 to sWait["incorrect attempts"]

0 commit comments

Comments
 (0)