Skip to content

Commit

Permalink
Uploaded version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePix committed May 1, 2022
1 parent fab0a48 commit 16a1da3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added QuestJS-1.1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/_npc.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const NPC = function(isFemale) {
noResponseNotError:true,
extraScript:function(params, response) {
if (!response) return
params.char.reactionFlags.push(response.name)
if (!response.allowRepeat) params.char.reactionFlags.push(response.name)
if (!response.noPause) params.char.pause()
if (response.override) params.char.reactionFlags = params.char.reactionFlags.concat(response.override)
},
Expand Down

0 comments on commit 16a1da3

Please sign in to comment.