Initial commit
Initial commit [v9.7]
This commit is contained in:
14
_module/nss/cnv_xp_5.nss
Normal file
14
_module/nss/cnv_xp_5.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#include "x0_i0_partywide"
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
// Get the creature who triggered this event.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Give 5 XP (to party) to the PC.
|
||||
GiveXPToAll(oPC, 5);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user