The card script that I have written is as follows:
Code: Select all
on openCard
global tWait
put random(10) into tWait
go to card 4 in tWait seconds
end openCard
card id 1011: compilation error at line 4 (Function: missing '('), char 20
I am new to LiveCode and am still getting used to the syntax, which is what I think is the cause of my problem.
Any help would be appreciated! Thanks!