Initial Upload
Initial Upload
This commit is contained in:
14
_module/nss/cho_xp_give_good.nss
Normal file
14
_module/nss/cho_xp_give_good.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName cho_xp_give_good
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 13/07/2003 17:19:36
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some XP
|
||||
object oPC = GetPCSpeaker();
|
||||
GiveXPToCreature(oPC, 5000);
|
||||
AdjustAlignment(oPC, ALIGNMENT_GOOD, 50);
|
||||
}
|
Reference in New Issue
Block a user