summaryrefslogtreecommitdiff
path: root/doc/spell-language
diff options
context:
space:
mode:
Diffstat (limited to 'doc/spell-language')
-rw-r--r--doc/spell-language4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/spell-language b/doc/spell-language
index d5f99d8..0d00e9f 100644
--- a/doc/spell-language
+++ b/doc/spell-language
@@ -411,6 +411,8 @@ The following functions are available:
+ luk : entity -> int
+ hp : entity -> int
+ sp : entity -> int
+ + def : entity -> int
+ + mdef : entity -> int
+ max_hp : entity -> int
+ max_sp : entity -> int
+ level : entity -> int
@@ -776,7 +778,7 @@ SPELLCONF ::= (GLOBAL | ANCHOR | SPELL | PROCEDURE | ';')* (* The ';' are only
For example,
- TELEPORT-ANCHOR t = "tulimshar" @("map_3-1.gat", 44, 70)
+ TELEPORT-ANCHOR t : "tulimshar" = @("map_3-1.gat", 44, 70)
creates a teleport anchor with name `t' and invocation `tulimshar' at the speicfied location.