Discuss this page on this pages [[sysCreateEffect Talk Page|TalkPage]] === sysCreateEffect === See [[http://xelerus.de/index.php?s=functions&function=239|sysCreateEffect at Xelerus]] ^ Syntax | (sysCreateEffect number spaceObject vector) | ^ Arguments | number: the UNID of the effect you want to display. | ^ | spaceObject: the spaceObject that called the effect, can be a ship or a station or Nil | ^ | vector: position of the effect | ^ Returns | condition: True if successful | ^ Category | [[create]], [[system]], [[unid]] | ^ Description | Creates an effect from the UNID in the desidered position (vector) | === Example === (sysCreateEffect &efGemOfSacrifice; gSource (objGetPos gSource)) Creates the Gem of Sacrifice effect centered on the calling space object Return to [[:Functions]] list