Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
7
_module/nss/anph_opn_ranz_dr.nss
Normal file
7
_module/nss/anph_opn_ranz_dr.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oGate;
|
||||
oGate = GetObjectByTag ("RanzingtonCityDoor");
|
||||
SetLocked (oGate, FALSE);
|
||||
ActionOpenDoor (oGate);
|
||||
}
|
||||
Reference in New Issue
Block a user