Aantioch_Infernum/_module/nss/cho_give_good.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

14 lines
431 B
Plaintext

//::///////////////////////////////////////////////
//:: 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();
AdjustAlignment(oPC, ALIGNMENT_GOOD, 50);
}