Difference between revisions of "Pl walk V3"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(Created page with "==Syntax== ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>pl_walk_v3</span> register1</span> * ''register1 = Player destination locati...")
 
(Syntax)
Line 6: Line 6:
 
* ''register3 = Player destination location z co cords.''
 
* ''register3 = Player destination location z co cords.''
 
* ''register4 = Slot # of the player.''
 
* ''register4 = Slot # of the player.''
 +
* ''register5 = Slot # of the player. (Not needed on BB)''
  
 
==Use==
 
==Use==
 
Used to make a player walk to a specific destination.
 
Used to make a player walk to a specific destination.

Revision as of 00:21, 1 June 2022

Syntax

Syntax: pl_walk_v3 register1

  • register1 = Player destination location x co cords.
  • register2 = Player destination location y co cords.
  • register3 = Player destination location z co cords.
  • register4 = Slot # of the player.
  • register5 = Slot # of the player. (Not needed on BB)

Use

Used to make a player walk to a specific destination.