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)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Syntax==
 
==Syntax==
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>pl_walk_v3</span> register1</span>
+
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:red'>pl_walk_v3</span> register1</span>
  
 
* ''register1 = Player destination location x co cords.''
 
* ''register1 = Player destination location x co cords.''
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.

Latest revision as of 14:51, 29 October 2023

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.