I'm trying to add iron gates to close up the cemetery, but cant seem to figure the format. when i enter [add irongate i get a system message saying usage: IronGate DoorFacing Facing

Not sure what that means.

I tried a couple of different format such as

[Add irongate doorfacing facing westcw
[Add irongate doorfacing facing=westcw
[Add irongate doorfacing westcw

to no avail

Thanks for pointing me in the right direction.
 
Try using the AddDoor gump instead.
That will have the doors listed for you to pick from.

Adding a door/gate the way that you are doing is:
Add IronGate (FacingDirection&Opening)

Add IronGate WestCCW
IronGate West (counterclockwise)
IronGate WestCW
IronGate NorthCCW
etc., etc.

Hope that helps! :)
 
Try using the AddDoor gump instead.
That will have the doors listed for you to pick from.

Adding a door/gate the way that you are doing is:
Add IronGate (FacingDirection&Opening)

Add IronGate WestCCW
IronGate West (counterclockwise)
IronGate WestCW
IronGate NorthCCW
etc., etc.

Hope that helps! :)
or just by value number:
[add IronGate 0
[add IronGate 4

etc from 0 to 11
 
Thank you Tass23 / Juzzver

I knew it had to be something simple.

I tried using the [adddoor command, but the gump didn't contain options for gates, just doors.

I should try to figure out how to modify the gump to include gates. Do you know which file needs to be edited to do that?

Much appreciated.
 
Thank you Tass23 / Juzzver

I knew it had to be something simple.

I tried using the [adddoor command, but the gump didn't contain options for gates, just doors.

I should try to figure out how to modify the gump to include gates. Do you know which file needs to be edited to do that?

Much appreciated.
Yes, I can send you a PM with the info. :)
 
Back