16 lines
443 B
Plaintext
16 lines
443 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName expatend
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 7/20/2002 8:37:25 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
GiveXPToCreature(GetPCSpeaker(), 1000);
|
||
|
|
||
|
SetLocalInt(GetPCSpeaker(), "nWarlordDead", 2);
|
||
|
|
||
|
}
|