more various changes

This commit is contained in:
Nick
2019-04-10 21:34:46 -06:00
parent fb4ab85fc4
commit fd08bf54cc
3 changed files with 10 additions and 8 deletions
+8 -5
View File
@@ -62,11 +62,14 @@ var StoryTracker = {
},
actionWait:function(){
if(action_waiting == true || typing){
setTimeout(StoryTracker.actionWait, 4000);
}
else{
Typer.appendToText(" Generating...")
if(action_waiting == true){
if(typing == true || acceptInput == true){
setTimeout(StoryTracker.actionWait, 5000);
}
else{
Typer.appendToText(" Generating...")
}
}
},