skip
Synopsis:
(skip)
Description:
Jumps to the end of the current behavior or law or side-effect.
Example:
(if (= (property "stones") 0)
(skip)
else (do
(new var temp as (property "stones"))
(set var temp to (- temp 1))
(update property "stones" to temp)
end))
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @