15 lines
458 B
Plaintext
15 lines
458 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName givebooktkan
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 6/29/2002 6:21:32 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("bookoftkan", GetPCSpeaker(), 1);
|
||
|
SetLocalInt(GetPCSpeaker(),"OnTkanQuest",1);
|
||
|
|
||
|
}
|