Blockland Forums > Modification Help
Making a weapon mount to the left hand
Pages: (1/1)
Tingalz:
Is it possible to make a weapon mount to the left hand instead of the right? How would you do this?
Chrono:
mountpoint = 1;
.mountimage(imagename,1);
And a script to .setImageTrigger(1,1); and (1,0);
All 3 of these are required, though without the 3rd one, clients who know about altTrigger can still use it.
Pages: (1/1)