14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName brainie_give_key
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 18-12-2003 19:48:30
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("Wrathkey", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|