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