14 lines
431 B
Plaintext
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);
|
|
}
|