note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
SetMyPos
Description
Set the position of the NPC.
Name | Description |
---|---|
Float:x | The X coordinate to put the NPC at. |
Float:y | The Y coordinate to put the NPC at. |
Float:z | The Z coordinate to put the NPC at. |
Returns
This function does not return any specific values.
Example
SetMyPos(0.0, 0.0, 3.0);
Related Functions
- GetMyPos: Get the NPC's current position.