Difference between revisions of "Manual:DIL Manual/block"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(XML import)
 
Line 1: Line 1:
 +
<span id="bpblock"></span>
 +
block
 +
    result: Blocks any command issued by a player or mobile. Blocking a
 +
            command prevents the command from being parsed by the
 +
            interpreter. This is ideal if you need to make a routine
 +
            which intercepts a command, reacts on it in a special way,
 +
            and does not need the standard way of reacting.
  
 
+
---~---~---~---~---~---~---~---~---
 
<span id="bpblock"></span>
 
<span id="bpblock"></span>
 
  block
 
  block

Latest revision as of 22:37, 4 December 2025

block
   result: Blocks any command issued by a player or mobile. Blocking a
           command prevents the command from being parsed by the
           interpreter. This is ideal if you need to make a routine
           which intercepts a command, reacts on it in a special way,
           and does not need the standard way of reacting.
---~---~---~---~---~---~---~---~---

block
   result: Blocks any command issued by a player or mobile. Blocking a
           command prevents the command from being parsed by the
           interpreter. This is ideal if you need to make a routine
           which intercepts a command, reacts on it in a special way,
           and does not need the standard way of reacting.
---~---~---~---~---~---~---~---~---