Djinni Wiki
Advertisement

function RemoveRunningEffect (object oObject, string sType, int nLevel = -1)

Removes all running effects of specified type/level from specified object. Use nLevel == -1 to remove all effects of given type, regardless of their level.

  • Returns TRUE on success, FALSE on failure (invalid object/type)
  • Return type: int
  • Include file: nwscriptdefn
Advertisement