OBJ SPECPROCS: Difference between revisions

From AddictHelp
Jump to navigation Jump to search
Kahlan (talk | contribs)
New page: Object specprocs. These are special code that allow an object to act in a special way. If a specproc is not described here, please do not use it. --------------------------------------...
 
Kahlan (talk | contribs)
No edit summary
Line 3: Line 3:


  If a specproc is not described here, please do not use it.
  If a specproc is not described here, please do not use it.
  ---------------------------------------------------------------------
   


  portal                  (entering it takes you to the room defined in v1)
  portal                  (entering it takes you to the room defined in v1)
Line 16: Line 16:
  warpjuice                Drink it, you regen mana.
  warpjuice                Drink it, you regen mana.
  warpstone                Eat it, regen mana (has to be item type WARPSTONE)
  warpstone                Eat it, regen mana (has to be item type WARPSTONE)
[[CATEGORY:OLC]]

Revision as of 14:08, 19 November 2008

Object specprocs. These are special code that allow an object to act in a special way.

If a specproc is not described here, please do not use it.

portal                   (entering it takes you to the room defined in v1)
votingbooth              (object becomes a voting booth)
bank                     (atm)
gen_board                The object is a "board".  Boards are tied to 
                        forums, v1 is the ID of the forum.
mailbox                  Item can be used to receive and send mudmail.
quest_point_candy        Eating this gives the player quest points.
                        Min-Level of the item defines how many quest 
                        points the eater receives.
warpjuice                Drink it, you regen mana.
warpstone                Eat it, regen mana (has to be item type WARPSTONE)