Initial commit
Initial commit [v9.7]
This commit is contained in:
12
_module/nss/give10gold.nss
Normal file
12
_module/nss/give10gold.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "x0_i0_partywide"
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
// Get the PC who is in this conversation.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Give the speaker some gold
|
||||
GiveGoldToAll(oPC, 10);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user