Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
15
_module/nss/expatend.nss
Normal file
15
_module/nss/expatend.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user