Difference between revisions of "UO.Popup"

From OpenEUO
Jump to: navigation, search
(Created page with " UO.Popup(nid[,nx,ny]) UO.Popup command opens the context menu of an item/npc with id nid at location nx/ny. UO.Popup(nid[,nentry]) If the optional location is not specified t...")
 
Line 4: Line 4:
 
  UO.Popup(nid[,nentry])
 
  UO.Popup(nid[,nentry])
  
If the optional location is not specified then the popup will open at screen position 0/0. Otherwise the entry (index starting at 1) will be chosen without even displaying the popup. (The [, nentry] option does not currently work on OSI shards)
+
If the optional location is not specified then the popup will open at screen position 0/0. Otherwise the entry (index starting at 1) will be chosen without even displaying the popup. (The [, nentry] option does not currently work on OSI shards).
 +
 
 +
[[UO.RenamePet]]

Revision as of 14:24, 9 October 2010

UO.Popup(nid[,nx,ny])

UO.Popup command opens the context menu of an item/npc with id nid at location nx/ny.

UO.Popup(nid[,nentry])

If the optional location is not specified then the popup will open at screen position 0/0. Otherwise the entry (index starting at 1) will be chosen without even displaying the popup. (The [, nentry] option does not currently work on OSI shards).

UO.RenamePet