Difference between revisions of "Player.strikeLightning"

From Runsafe
Jump to: navigation, search
(Created page with "== Details == ''Arguments'' * '''playerName''' (String) - The player to smite. [Required] ''Returns'' * Nothing. == Usage == <pre> engine.player.strikeLightning('thall83'); ...")
 
(No difference)

Latest revision as of 04:03, 4 June 2013

Details

Arguments

  • playerName (String) - The player to smite. [Required]

Returns

  • Nothing.

Usage

engine.player.strikeLightning('thall83');

Notes

  • The lightning is a visual effect and does not damage the player or start fires.
  • Nothing happens if the player is offline.