Difference between pages "TRIGEDIT-ARRAYS ARRAYS TRIG-ARRAYS" and "TRIGEDIT-ROOM-DROP"

From 4Dimensions
(Difference between pages)
Jump to: navigation, search
(Bot: Automated import of articles)
 
m
 
Line 1: Line 1:
'''TRIGEDIT-ARRAYS ARRAYS TRIG-ARRAYS'''
+
'''TRIGEDIT-ROOM-DROP'''
 
[[Category:Help Files]]
 
[[Category:Help Files]]
 +
[[Category:Building]]
  
TRIGEDIT-ARRAYS ARRAYS TRIG-ARRAYS
+
Activated any time a character attempts to drop an item in this room.
  
TRIGEDIT-ARRAYS ARRAYS TRIG-ARRAYS
 
  
TRIGEDIT-ARRAYS ARRAYS TRIG-ARRAYS
 
  
 +
If used with a return 0 the character will fail to drop anything.
  
  
Trigedit can even use arrays to store information.
+
Numeric Arg : percent chance this trigger will be activated.
  
 +
Argument    : not used.
  
  
{cRTSTAT 150, 41005, 1325{c0
+
 
 +
Variables:
 +
 
 +
%actor%  - the character attempting to drop the object
 +
 
 +
%object% - the object the character is attempting to drop
 +
 
 +
 
 +
 
 +
Example: {cRTSTAT 56{c0

Latest revision as of 14:15, 14 July 2017

TRIGEDIT-ROOM-DROP

Activated any time a character attempts to drop an item in this room.


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


Numeric Arg : percent chance this trigger will be activated.

Argument  : not used.


Variables:

%actor% - the character attempting to drop the object

%object% - the object the character is attempting to drop


Example: {cRTSTAT 56{c0