Difference between pages "TRIGEDIT-OBJ-WEAR" and "TRIGEDIT-OBJ-DROP DROP-TRIGGER TRIG-OBJ-DROP"

From 4Dimensions
(Difference between pages)
Jump to: navigation, search
(Bot: Automated import of articles)
 
 
Line 1: Line 1:
'''TRIGEDIT-OBJ-WEAR'''
+
'''TRIGEDIT-OBJ-DROP DROP-TRIGGER TRIG-OBJ-DROP'''
 
[[Category:Help Files]]
 
[[Category:Help Files]]
 +
[[Category:Building]]
  
TRIGEDIT-OBJ-WEAR
+
Activated any time a character attempts to drop this object. This includes
  
TRIGEDIT-OBJ-WEAR
+
putting the object into a container.
  
TRIGEDIT-OBJ-WEAR
 
  
  
 +
If used with a return 0 the character will fail to drop the object.
  
Activated each time a character attempts to wear the
 
  
object.
+
Numeric Arg : percent chance this trigger will be activated.
 
 
 
 
Numeric Arg : not used.
 
  
 
Argument    : not used.
 
Argument    : not used.
Line 23: Line 20:
 
Variables:
 
Variables:
  
%actor% - the character attempting to wear the object.
+
%actor% - the character attempting to drop the object
 +
 
 +
%self% - the item being dropped.  
  
  
  
Example: {cRTSTAT 86{c0
+
Example: {cRTSTAT 84{c0

Latest revision as of 12:44, 14 July 2017

TRIGEDIT-OBJ-DROP DROP-TRIGGER TRIG-OBJ-DROP

Activated any time a character attempts to drop this object. This includes

putting the object into a container.


If used with a return 0 the character will fail to drop the object.


Numeric Arg : percent chance this trigger will be activated.

Argument  : not used.


Variables:

%actor% - the character attempting to drop the object

%self% - the item being dropped.


Example: {cRTSTAT 84{c0