generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
13
_module/nss/de1_tossdbet500.nss
Normal file
13
_module/nss/de1_tossdbet500.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
/////////////////////////////////////
|
||||
// Dragon's Edge
|
||||
// by Charly Carlos
|
||||
/////////////////////////////////////
|
||||
// The PC bets 500 coins in the Toss the Dagger game.
|
||||
/////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetLocalInt(OBJECT_SELF, "nDaggerBet", 500);
|
||||
TakeGoldFromCreature(500, oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user