Changed folder name.
Changed folder name.
This commit is contained in:
17
_module/nss/crypttrigger.nss
Normal file
17
_module/nss/crypttrigger.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove some gold from the player
|
||||
|
||||
object oDoor = GetObjectByTag ("crypt2entrance");
|
||||
SetLocked(oDoor,FALSE);
|
||||
AssignCommand (oDoor,ActionOpenDoor(oDoor));
|
||||
object oSound = GetObjectByTag("CrankCreaksLarge");
|
||||
SoundObjectPlay(oSound);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user