14 lines
180 B
Text
14 lines
180 B
Text
set "local1" to 2
|
|
end
|
|
: "touch"
|
|
if "local1" = 1 then "label_a"
|
|
if "local1" = 2 then "label_b"
|
|
end
|
|
|
|
: "label_a"
|
|
* "Label A was reached"
|
|
end
|
|
|
|
: "label_b"
|
|
* "Label B was reached"
|
|
end
|