14 lines
459 B
Plaintext
14 lines
459 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName king_give_1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 22/11/2003 15:59:15
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("sarumroyalseal", GetPCSpeaker(), 1);
|
|
SetLocalInt(GetPCSpeaker(), "sarumseal", 1);
|
|
}
|