Author Topic: Spinning Items?  (Read 901 times)

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?

I don't remember who made it, but I don't think it was released. Not yet, anyway.
Trader, I think.....

I believe Taboo is right. Unless Trader stole it which I highly doubt Trader created it first.

Code: [Select]
package rotateItems
{
function ItemData::onAdd(%this,%obj)
{
      %obj.rotate = 1;
      Parent::onAdd(%this,%obj);
}
};
activatepackage(rotateItems)

Code: [Select]
package rotateItems
{
function ItemData::onAdd(%this,%obj)
{
      %obj.rotate = 1;
      Parent::onAdd(%this,%obj);
}
};
activatepackage(rotateItems)

That's not a proper script.

I think I know what he means, stuff like the fan.

No green, in Clockturns server, he had a Spinning hang glider that you could pick up

If you can help guys, please send me a link of it

What do you mean a "Spinning hang glider"?

When you spawned somit in clockturns (M) server, it Rotated

I'll word it clearly.

When you spawn an item on a brick, it stays still. In that server, the item rotates on the brick when spawned.