Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
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);
|
|
|
|
}
|