Djinni Wiki
Advertisement

function GetObjectByTag (string sTag, int nNth=0)

Get the nNth object with the specified tag.

  • sTag:
  • nNth: the nth object with this tag may be requested
  • Returns OBJECT_INVALID if the object cannot be found.
  • Note: The module cannot be retrieved by GetObjectByTag (), use GetModule () instead.
  • Return type: object
  • Include file: nwscriptdefn
Advertisement