Initial Upload
Initial Upload
This commit is contained in:
15
_module/nss/lock_stadium.nss
Normal file
15
_module/nss/lock_stadium.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("dt_Doorupstadium");
|
||||
SetLocked(oTarget, TRUE);
|
||||
|
||||
object oTarget2 = GetObjectByTag("dt_Doordownstadium");
|
||||
SetLocked(oTarget2, TRUE);
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user