ITEM PORTAL: Difference between revisions

From AddictHelp
Jump to navigation Jump to search
Kahlan (talk | contribs)
New page: Portals are neat things, you enter one, and you're transported elsewhere. You also need to set the portal specproc on the object. v0 = Unused v1 = Target room vnum v2 = Unused v3 = ...
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Portals are neat things, you enter one, and you're transported elsewhere.   
Portals are neat things, you enter one, and you're transported elsewhere.   
You also need to set the portal specproc on the object.
You also need to set the '''portal''' specproc on the object.


  v0 = Unused
  v0 = Unused
  v1 = Target room vnum
  v1 = Target room vnum
  v2 = Unused
  v2 = Unused
  v3 = 0 = portal
  v3 = type of portal
Portal types:
    0 = portal
     1 = Book
     1 = Book
     2 = Game
     2 = Game


See also: OEDIT, OSET, ITEM_TYPES
See also: [[OEDIT]], [[OSET]], [[ITEM_TYPES]]
 
[[CATEGORY:OLC]]

Latest revision as of 11:57, 28 January 2009

Portals are neat things, you enter one, and you're transported elsewhere. You also need to set the portal specproc on the object.

v0 = Unused
v1 = Target room vnum
v2 = Unused
v3 = type of portal

Portal types:
    0 = portal
    1 = Book
    2 = Game

See also: OEDIT, OSET, ITEM_TYPES