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

14 lines
232 B
Plaintext

//Goes OnPerceived of a creature
void main()
{
object oPC = GetLastPerceived();
if (!GetIsPC(oPC)) return;
if (!GetLastPerceptionSeen()) return;
ActionSpeakString("Housewares and the like! Behold my sturdy muffin churner!");
}