Est PushTo

From EventScripts Community Encyclopedia
Syntax: est_PushTo <identifier> <x> <y> <z> <force>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Pushes the player in the specified direction

Parameters

  • identifier - See Est_PlayerSelection for player selection help
  • x - X Coordinate
  • y - Y Coordinate
  • z - Z Coordinate
  • force

Example


event player_spawn
{
  // Tries to pushes everybody to the map coordinates <0.0,0.0,0.0> Walls will probably prevent most from reaching the destination
 est_PushTo #a 0 0 0 10
}

Notes

  • None

See Also

blog comments powered by Disqus