Author Topic: help wiht mounting  (Read 883 times)

im trying to mount stuff on my head and this code isent working anything wrong with it?

function serverCmdMountHorns(%client)
{
%Client.player.mountImage(Imagename,posistion();
}
datablock ShapeBaseImageData(MonkeyImage)
{
     shapeFile = "Add-ons/shapes/horns.dts";
     emap = false;
     mountPoint = $head;
     offset = "0 -0.2 -1.6";
     eyeOffset = "-1 -1 -1";
     rotation = "0 0 1 180";
     className = "ItemImage";
}
« Last Edit: November 26, 2007, 12:17:52 AM by zoneark »

First of all your image needs a custom name.
Second, your mountimage doesnt havea closing bracket, also why is there a () after position?

Also, why did you put "imagename" for the imagename? it should be the name of your imagedata. "position" should be a mountpoint.

Calling it monkeyimage will override /monkeyme.


could u repost the script how it should look?


no i was just using horns as an example...