Difference between revisions of "Mob Function"

From The Final Challenge Wiki
Jump to navigation Jump to search
Line 8: Line 8:


[[Area_Special_Functions#Mob_Functions|List of Mob Functions]]
[[Area_Special_Functions#Mob_Functions|List of Mob Functions]]
[[Category:Area Development]]

Revision as of 07:33, 30 May 2011

A mob special function gives a mobile additional functionality. It is specified in an area file in the #SPECIALS section, and has the following format:

M <mob vnum> <special function name> * Optional commend

For example, to give a Midgaard Cityguard of vnum 3067 the spec_guard mob function:

#SPECIALS
M 3067 spec_guard

List of Mob Functions