Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
5
_module/nss/wa_councildoor.nss
Normal file
5
_module/nss/wa_councildoor.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
void main()
|
||||
{
|
||||
DelayCommand(15.0, AssignCommand(OBJECT_SELF, ActionCloseDoor(OBJECT_SELF)));
|
||||
DelayCommand(17.0, AssignCommand(OBJECT_SELF, SetLocked(OBJECT_SELF, TRUE)));
|
||||
}
|
||||
Reference in New Issue
Block a user