14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName perup_gve_sword
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/7/2003 7:05:04 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("peruppisblade", GetPCSpeaker(), 1);
|
|
|
|
}
|