Difference between revisions of "P look at"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
(No difference)

Latest revision as of 07:30, 30 March 2011

Syntax

Syntax: p_look_at xxxxxxxx, yyyyyyyy

  • xxxxxxxx = Hex value of character to look
  • yyyyyyyy = Hex value of character to look at

Use

Used to set a character to look at another

Example


100:     p_look_at 00000000, 00000001 //Player 1 look at Player 2
         cam_adj //Adjust camera
         ret 

Also see

cam_adj, ret