14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_give_vindaloo
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 04/04/04 21:03:41
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("vindictivevindal", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|