Difference between revisions of "SPECIALS"

From The Final Challenge Wiki
Jump to navigation Jump to search
(Created page with "The <nowiki>#</nowiki>SPECIALS section of an area file specifies the special functions attached to rooms, mobiles (mobs), and objects. A #SPECIALS section might look something l...")
 
Line 5: Line 5:
  #SPECIALS
  #SPECIALS
  M 3067 spec_guard * Cityguard (vnum 3067) with spec_guard
  M 3067 spec_guard * Cityguard (vnum 3067) with spec_guard
N 1200 [[spec_act_on_give]] 20 1 2788 -1 -1 * Spec assigned to mob vnum 1200.  When given object of vnum 20, load and give PC object of item 2788, using default description


[[Mob Functions|List of Mob Special Functions]]
[[Mob Functions|List of Mob Special Functions]]

Revision as of 14:27, 9 February 2011

The #SPECIALS section of an area file specifies the special functions attached to rooms, mobiles (mobs), and objects.

A #SPECIALS section might look something like this:

#SPECIALS
M 3067 spec_guard * Cityguard (vnum 3067) with spec_guard
N 1200 spec_act_on_give 20 1 2788 -1 -1 * Spec assigned to mob vnum 1200.  When given object of vnum 20, load and give PC object of item 2788, using default description

List of Mob Special Functions