summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 2e8afe5dd..b10c7aef0 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -404,7 +404,9 @@ are otherwise identical. Writing a number like '0x<hex digits>' will make
it recognized as a hexadecimal value. Notice that 0x10 is equal to 16.
Also notice that if you try to 'mes 0x10' it will print '16'.
-This is not used much, but it pays to know about it.
+Number values can't exceed the limits of an integer variable: Any number
+greater than INT_MAX (2147483647) or smaller than INT_MIN (-2147483648) will
+not be recognized.
Variables
---------