16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName keygiver
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 5/23/2003 6:16:52 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
object oPC = GetPCSpeaker();
|
||
|
CreateItemOnObject("choguildkey", oPC, 1);
|
||
|
GiveXPToCreature(oPC, 5000);
|
||
|
|
||
|
}
|