Scripts

From Kemoverse
Jump to navigation Jump to search

Here's a bunch of example scripts.

Fishing script

= Fish 4 times
[ 4                         # this makes it repeat 4 times
eq fishingpole use          # cast line
. 40
eq fishingpole use          # reel in
. 4
eq fishingpole use          # if you have a fish, take it, otherwise it goes in lake
. 1
eq                          # always put away
. 1
]