Initial commit
Initial commit [v9.7]
This commit is contained in:
16
_module/nss/at_keeper2.nss
Normal file
16
_module/nss/at_keeper2.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#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);
|
||||
|
||||
// Set the variables
|
||||
SetLocalInt(GetPCSpeaker(), "keeper2", 1);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user