Author Topic: Mount Points  (Read 611 times)

What are the different mount points on a player? I need to change this line of code but i'm not sure what the different mount points are defined as.
Code: [Select]
mountPoint = $HeadSlot;

Code: [Select]
0 = Right Hand
1 = Left Hand
2 = Torso
3 = Right Shoe
4 = Left Shoe
5 = Head
6 = Visor
7 = Pants

Just use the variables:

$BackSlot
$HeadSlot
$HipSlot
$LeftFootSlot
$LeftHandSlot
$RightFootSlot
$RightHandSlot
$VisorSlot