Full Version : SlidingDoors Problem
xmlspawner >>Scripting Support >>SlidingDoors Problem


<< Prev | Next >>

Erica- 01-28-2008
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?


ArteGordon- 01-29-2008
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)