RATDOG/_module/nss/at_123.nss

14 lines
396 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_123
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/25/2005 6:27:48 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("yourblood", GetPCSpeaker(), 1);
}