20 lines
728 B
Plaintext
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"));
|
||
|
}
|