14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName give_wolfkey
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 23/07/2003 20:36:09
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("wolfteethtemplek", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|