Initial Upload
Initial Upload
This commit is contained in:
9
_module/nss/beggar.nss
Normal file
9
_module/nss/beggar.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
AssignCommand(oPC, TakeGoldFromCreature(5, oPC, TRUE));
|
||||
AdjustAlignment(oPC, ALIGNMENT_GOOD, 10);
|
||||
|
||||
}
|
Reference in New Issue
Block a user