Files
HeroesStone_PRC8/_module/nss/hbgq_panelopen.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

10 lines
253 B
Plaintext

//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."));
}