Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Jul 4th, 2008 | Syntax: None | Size: 0.47 KB | Hits: 2 | Expires: Never
Copy text to clipboard
  1. list:Clear
  2.                                 list:Search[-gameobjects, -nearest, -unlocked, -usable, -range 0-80, -exact Marla's Grave]
  3.                                 Index:Set[0]
  4.                                 while ${list.GUID[${Index:Inc}](exists)} && !${Found}
  5.                                 {
  6.                                 if ${POI.Set[${Object[${list.GUID[${Index}]}].X}:${Object[${list.GUID[${Index}]}].Y}:${Object[${list.GUID[${Index}]}].Z}:${list.GUID[${Index}]}:${Object[${list.GUID[${Index}]}].Name}:QUESTOBJECT:FACTION_NEUTRAL:${Object[${list.GUID[${Index}]}].Level}]}
  7.                                                         Found:Set[TRUE]
  8.                                        
  9.                                 }