summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/spell-language6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/spell-language b/doc/spell-language
index 5ce5520..c19b1d7 100644
--- a/doc/spell-language
+++ b/doc/spell-language
@@ -533,6 +533,9 @@ The following functions are available:
offset `offset'. The substring is automatically clipped, i.e., the
function will never fail.
+ + sqrt : int -> int
+ Computes the square root of the specified number
+
Operations:
-----------
This section documents the operations API.
@@ -814,7 +817,8 @@ SPELLCONF ::= (GLOBAL | ANCHOR | SPELL | PROCEDURE | ';')* (* The ';' are only
| 'MOB'
| 'ENTITY' (* MOB or PC *)
| 'TARGET' (* like ENTITY, but includes PCs only on PvP maps *)
-(* | 'SPELL' *)
+ | 'SPELL'
+ | 'NPC'
* procedures