Amon_PRC8/_module/nss/amon1_heart.nss

18 lines
462 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
SetLocalInt(OBJECT_SELF, "AmonTalks", GetLocalInt(OBJECT_SELF, "AmonTalks")+1);
if (GetLocalInt(OBJECT_SELF,"AmonTalks")==4)
{
ActionSpeakString ("You have done well my friends.. Let us continue this somewhere safer... my vessel should collect us soon.");
}
if (GetLocalInt(OBJECT_SELF,"AmonTalks")==4)
{
ActionDoCommand(PlaySound("as_mg_telepout1"));
ActionDoCommand(PlaySound("as_mg_telepout1"));
ExecuteScript("AmonLeaves", OBJECT_SELF);
}
}