Action Statements
Action statements are commands that perform some immediate action without any regards to the outcome of a logical condition. Some actions could be placing bets on the roulette layout or storing data values into a data record. The first part of an action statement is a reserved word that initiates the action followed by supporting identifiers to complete the action statement.
Example
In this example, the action Put is the initial action statement to place 5 units on the roulette layout Red.
RX Script | Copy Code |
---|---|
Put 5 units on Red |
The words units on are free form text information to help make the action statement easier to read. The action statement could have been written as: Put 5 Red which is completely valid. Use free form text whenever possible to help make your statement easy to read. |
Below is a complete list of initial action identifiers listed by categories:
Mathematical Actions
Place Actions
Assign Actions
-
Set Virtual Bets (use only with RX Bot)