This is the code for rollers No its not %100 and you do walk
In Room.cs
Remember to put roller interaction in MySqlCode:if (Item.GetBaseItem().InteractionType.ToLower() == "roller")
{
User.RotBody = Item.Rot;
User.RotHead = Item.Rot;
User.MoveTo(Item.SquareInFront);
User.UpdateNeeded = true;
// If you use the code below you should not walk. but just be there
//User.Y = Item.SquareInFront.y
//User.X = Item.SquareInFront.x
}
If you like it thank me

