mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-20 12:20:53 +08:00
more various changes
This commit is contained in:
+8
-5
@@ -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...")
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user