generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
9
_module/nss/hbgq_panelopen.nss
Normal file
9
_module/nss/hbgq_panelopen.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
//alert the rest when the "secret panel" in Zunia's study opens
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastOpenedBy();
|
||||
|
||||
if(GetIsDM(oPC)) return;
|
||||
|
||||
AssignCommand(oPC,ActionSpeakString("You touch a rough tile in the mosaic, causing a panel to pop open."));
|
||||
}
|
||||
Reference in New Issue
Block a user