User Guide

Advanced
Coding Card
Pack
VARIABLES
A variable is a container that holds a value, such as a piece of text or a number. The
value can change, which is why it’s stored in a variable.
The Coding Cards only work with integers, whole numbers that are positive or
negative.
This card is used to set v to a number card, placed directly afterwards.
The Read Variable card is used to load the current value of the variable.
This card returns the current Kai-Tile number that KaiBot is sitting on.
📘
Note: If KaiBot is set to move forward 10 tiles, reading the tile number will not
work. Instead, move forward 1 tile, then read the current Kai-Tile number.
Use this to increase the variable value, by the number placed after this card.
Use this to decrease the variable value, by the number placed after this card.
42