Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
14
_module/nss/qst_minusdiff.nss
Normal file
14
_module/nss/qst_minusdiff.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
int iDifficulty;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
iDifficulty = GetLocalInt(oPC,"QuestDifficulty");
|
||||
iDifficulty--;
|
||||
if (iDifficulty < 0)
|
||||
iDifficulty = 0;
|
||||
SetLocalInt(oPC,"QuestDifficulty",iDifficulty);
|
||||
|
||||
}
|
Reference in New Issue
Block a user