Spec timed teleport

From The Final Challenge Wiki
Revision as of 18:03, 7 April 2012 by Tynian (talk | contribs) (Initial specification)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

spec_timed_action is a Mob Extended Function. It causes the mob to perform a specific action periodically at a specified (MUD) time.

Usage:

N <mob vnum> spec_timed_action <action number> <two digit hour> <string vnum or -1> -1 -1

Field Description
Mob Vnum The vnum of the mob that this special function should be attached to
Action Number Specifies the action to perform
Value Description
1 Teleport
Hour Two digit hour in 24-hour clock (e.g. 2pm = 14)
Display Text -1 is no message. Otherwise, description vnum specified in the #STRINGS section.

Example:

N 1200 spec_timed_action 1 21 2788 -1 -1 * Spec assigned to mob vnum 1200. At hour 21 (9pm), perform action 1 (teleport). Display string defined with vnum 2788.