17 lines
521 B
Plaintext
17 lines
521 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName drowprinces_give
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 19/01/2004 23:34:03
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("drowkey", GetPCSpeaker(), 1);
|
|
RewardPartyXP(3500, GetPCSpeaker(), FALSE);
|
|
SetLocalInt(OBJECT_SELF, "drowp", 1);
|
|
|
|
}
|