Floor
From WikiManual
Holds a number above another number.
In this syntax: A B FLOOR
If A < B
Operators:
Advanced Commands:The following commands are not supported in versions earlier 2.46: |
Examples:
200 400 add 500 floor .shoot store
stores 600 in .shoot .
100 100 add 500 floor .shoot store
stores 500 in .shoot .