14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName nk_alfredgivenot
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 02.09.2002 18:37:36
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("notegondritual", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|