Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/openwolfdoors2.nss
Normal file
8
_module/nss/openwolfdoors2.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
//Put this OnEnter
|
||||
void main()
|
||||
{
|
||||
object oTarget = GetObjectByTag("wolfcryptdoor1");
|
||||
SetLocked(oTarget, FALSE);
|
||||
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||||
|
||||
}
|
Reference in New Issue
Block a user