Difference between pages "VDELETE" and "TRIGGER-EDITORS"

From 4Dimensions
(Difference between pages)
Jump to: navigation, search
(Bot: Automated import of articles)
 
m
 
Line 1: Line 1:
'''VDELETE'''
+
'''TRIGGER-EDITORS'''
 
[[Category:Help Files]]
 
[[Category:Help Files]]
 +
[[Category:Building]]
  
VDELETE
 
  
VDELETE
+
A trigger consists of the type, information on when to execute it, a list of
  
VDELETE
+
commands, and a list of variables. Each class of game object (mobiles, objects,
  
 
+
and rooms) have their own set of triggers.
 
 
Usage: vdelete <variablename> <id>
 
 
 
 
 
 
 
Use this to remove a Variable from either mob, room, obj, or player.
 
 
 
 
 
 
 
Examples: vdelete has_solved_quest 5351
 
 
 
 
 
 
 
To determine the player ID stat player
 
 
 
> stat file test
 
 
 
male PC 'Test'  IDNum: [ 3531], In room [    0]
 
 
 
 
 
 
 
See Also: [[REMOTE]]  [[RDELETE]]
 

Latest revision as of 15:30, 14 July 2017

TRIGGER-EDITORS


A trigger consists of the type, information on when to execute it, a list of

commands, and a list of variables. Each class of game object (mobiles, objects,

and rooms) have their own set of triggers.