Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
mounting images to certain body parts (nodes)
« previous
next »
Print
Pages: [
1
]
Author
Topic: mounting images to certain body parts (nodes) (Read 599 times)
_OXBADCODE#
August 31, 2016, 09:30:37 PM
Code:
[Select]
%client.player.mountImage(FOStormtrooperBodyImage, 2);
how can i make it so this image it attached to right hand node
also if you could, please tell me what do i need to change in the code to make it work on other body parts
Ad Bot
Advertisement
Shift Kitty
August 31, 2016, 09:51:05 PM
You need to change the mountPoint value on the datablock for it to mount to another slot.
You need a separate datablock for each point you want it mounted to.
The slot arg in the ::mountImage isn't for the location on the body it's mounted to. Just for which trigger activates it, as well as limiting one image per trigger.
Right hand is 0.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
mounting images to certain body parts (nodes)