Amon_PRC8/_module/nss/give_raphus.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

20 lines
728 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName give_raphus
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/25/2004 11:36:24 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("raphuscontactinf", GetPCSpeaker(), 1);
ExecuteScript("killself", OBJECT_SELF);
DestroyObject (GetObjectByTag("Prisoner1"));
DestroyObject (GetObjectByTag("Prisoner2"));
DestroyObject (GetObjectByTag("Prisoner3"));
DestroyObject (GetObjectByTag("Prisoner4"));
DestroyObject (GetObjectByTag("Prisoner5"));
DestroyObject (GetObjectByTag("Prisoner6"));
}