14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName hurbattledrink
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/4/2002 11:53:47 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("hurbattledrink", GetPCSpeaker(), 1);
|
|
|
|
}
|