Changed folder name.
Changed folder name.
This commit is contained in:
16
_module/nss/murkytrigger.nss
Normal file
16
_module/nss/murkytrigger.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
//Get PC
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
//Get Trapdoor
|
||||
object oDoor = GetObjectByTag("MurkyPool");
|
||||
|
||||
|
||||
if (GetIsPC(oPC)) {
|
||||
|
||||
AssignCommand (oPC,ActionStartConversation(oDoor));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user