Hi

I have been creating some new houses for my shard and in my latest design I wanted to have an iron gate at the entrance instead of metal or wood doors. I don't know how to do this and have not found the answer anywhere in my searches.

For the Houses.cs script I did find this information:
------------------------------------------------------------------
AddSouthDoors( false, -4, 3, 4, keyValue );

false for a metal door true for a wood door.
------------------------------------------------------------------

So . . . Is there any syntax for adding Iron Gates instead of metal or wood doors?

Thanks
 
Back