generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
12
_module/nss/de1_swrdshld_pr2.nss
Normal file
12
_module/nss/de1_swrdshld_pr2.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
/////////////////////////////////////
|
||||
// Dragon's Edge
|
||||
// by Charly Carlos
|
||||
/////////////////////////////////////
|
||||
// Gives the player his/her money back in the Sword and Shield game.
|
||||
/////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nPrize = GetLocalInt(OBJECT_SELF, "nDaggerBet");
|
||||
GiveGoldToCreature(oPC, nPrize);
|
||||
}
|
||||
Reference in New Issue
Block a user