im trying to figure out how to add all the types sliding doors of tokuno and cant figure out whats the commands are anybody know?
I don't think that definitions for them have been added to Doors.cs. It should be pretty straightforward if you have the itemids. When you want to add them ingame just use the standard syntax along with the special sliding door facings
SouthSW,
SouthSE,
WestSS,
WestSN
like
[add slidingdoor WestSN
(of course, you would have to have defined the 'slidingdoor' class like the other doors in Doors.cs)