|
|
@@ -112,8 +112,8 @@
|
|
|
}
|
|
|
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
-#nop Append a goto to your current room when saving a map. You can use
|
|
|
-#nop #map return instead.
|
|
|
+#nop Append a goto to your current room when saving a map. Alternatively, you
|
|
|
+#nop can use #map return.
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
|
|
|
#alias {savemap}
|
|
|
@@ -124,7 +124,8 @@
|
|
|
}
|
|
|
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
-#nop Log all text to a file with a timestamp with decisecond precision.
|
|
|
+#nop Log all text to a file with a timestamp with decisecond precision.
|
|
|
+#nop Alternatively you can use #log timestamp.
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
|
|
|
#function {timestamp}
|
|
|
@@ -269,7 +270,7 @@
|
|
|
#showme $temp
|
|
|
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
-#nop Draw a health bar.
|
|
|
+#nop Draw a health bar. Alternatively: #draw bar -2 1 -2 20 {%1;%2<faa><afa>}
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
|
|
|
#alias {hpbar}
|
|
|
@@ -340,7 +341,7 @@
|
|
|
|
|
|
#split
|
|
|
|
|
|
-#function spellcheck
|
|
|
+#function {spellcheck}
|
|
|
{
|
|
|
#format result %S %1;
|
|
|
#if {$result == 0}
|
|
|
@@ -370,7 +371,7 @@
|
|
|
#nop This function tests the random number engine
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
|
|
|
-#alias random
|
|
|
+#alias {random}
|
|
|
{
|
|
|
#var random {};
|
|
|
#loop 1 1000 cnt
|
|
|
@@ -382,7 +383,8 @@
|
|
|
}
|
|
|
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
-#nop This macro allows pasting multi-line code fragments on pressing ctrl-v
|
|
|
+#nop This macro allows pasting multi-line code fragments on pressing ctrl-v.
|
|
|
+#nop Alternatively, use ctrl-enter after pressing ctrl-v and pasting a script.
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
|
|
|
#macro {\cv}
|
|
|
@@ -399,19 +401,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#nop -------------------------------------------------------------------------
|
|
|
-#nop This macro allows pasting multi-line code fragments on pressing ctrl-v
|
|
|
-#nop followed by pressing ctrl-enter
|
|
|
-#nop -------------------------------------------------------------------------
|
|
|
-
|
|
|
-#macro {\e[13;5u}
|
|
|
-{
|
|
|
- #cursor get tmp;
|
|
|
- #cursor home;
|
|
|
- #cursor set {#line sub esc };
|
|
|
- #cursor enter
|
|
|
-}
|
|
|
-
|
|
|
#nop -------------------------------------------------------------------------
|
|
|
#nop This event will cause tintin to always report your screen width as 80
|
|
|
#nop columns
|