Browse Source

Variable typo (bugreport:8722)

Akkarinage 11 years ago
parent
commit
6e5545274e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/script_commands.txt

+ 1 - 1
doc/script_commands.txt

@@ -1231,7 +1231,7 @@ Examples:
   setd ".@var$", "Poporing";
   setd ".@var$", "Poporing";
   mes .@var$; // Displays "Poporing".
   mes .@var$; // Displays "Poporing".
 
 
-  setd ".@" + $var$ + "123$", "Poporing is cool";
+  setd ".@" + .@var$ + "123$", "Poporing is cool";
   mes .@Poporing123$; // Displays "Poporing is cool".
   mes .@Poporing123$; // Displays "Poporing is cool".
 
 
 ---------------------------------------
 ---------------------------------------