Author Topic: Float and Rotate Items (not JVS)  (Read 783 times)

Well, I was in marcem's once and he had the floating and rotating items. I was wondering if anyone else had made it for themselves and  could share it with the forums?

Trader posted the code for rotating items once but I don't think they floated.

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

Just save that as a .cs and drop it in your add-ons folder.


Yay for little coed :D