Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/quest_bargained.nss
Normal file
8
_module/nss/quest_bargained.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "quest_inc"
|
||||
void main()
|
||||
{
|
||||
string sDB = CharacterDB(GetPCSpeaker());
|
||||
int nReward = GetCampaignInt(sDB, "QUEST_REWARD");
|
||||
nReward = nReward + nReward/10;
|
||||
SetCampaignInt(sDB, "QUEST_REWARD", nReward);
|
||||
}
|
||||
Reference in New Issue
Block a user