Blockland Forums > Help
Spinning Items?
(Hit Man):
I went to some servers, when you spawned a item, they would spin, i know its in the default stuff, could somebody send me it?
.::Taboo::.:
I don't remember who made it, but I don't think it was released. Not yet, anyway.
Trader, I think.....
MagicAhrim:
I believe Taboo is right. Unless Trader stole it which I highly doubt Trader created it first.
Sniper4hire:
--- Code: ---package rotateItems
{
function ItemData::onAdd(%this,%obj)
{
%obj.rotate = 1;
Parent::onAdd(%this,%obj);
}
};
activatepackage(rotateItems)
--- End code ---
Truce:
--- Quote from: Sniper4hire on November 15, 2009, 12:17:44 PM ---
--- Code: ---package rotateItems
{
function ItemData::onAdd(%this,%obj)
{
%obj.rotate = 1;
Parent::onAdd(%this,%obj);
}
};
activatepackage(rotateItems)
--- End code ---
--- End quote ---
That's not a proper script.