Difference between revisions of "Special, Trigger, and Rspec Records"

From The Final Challenge Wiki
Jump to navigation Jump to search
(Created page with "Mobs, Rooms, and Doors can have special code attached to them. The general layout of assigning what are called specfuns to one of these is: A B C D E A: This is the specfun t...")
 
m (added category)
 
Line 18: Line 18:
*[[The Allow Specfun]]
*[[The Allow Specfun]]
*[[The Room Affect Specfun]]
*[[The Room Affect Specfun]]
[[Category:Area Development]]

Latest revision as of 10:39, 2 April 2011

Mobs, Rooms, and Doors can have special code attached to them. The general layout of assigning what are called specfuns to one of these is:


A B C D E


A: This is the specfun type.

B-D: These are various values associated with the specfun. B and C are always required, D is only required in certain cases.

E: This is a optional comment.


There are 4 types of specfuns. Each will be discussed separately: