Internet Explorer Fix

Internet Explorer Fix
This commit is contained in:
Ben987 2017-11-21 18:51:06 -05:00
parent 879f908d8d
commit 21a69e4d1e
3 changed files with 4 additions and 4 deletions
C000_Intro/CreatePlayer
C008_DramaClass/Damsel
WEB Redirect

View file

@ -42,7 +42,7 @@ function C000_Intro_CreatePlayer_Validate() {
var letters = /^[a-zA-Z ]+$/;
if (NewName.match(letters) && (NewName.length > 0) && (NewName.length <= 20)) {
Common_PlayerName = NewName;
document.getElementById("InputName").remove();
document.getElementById("InputName").parentNode.removeChild(document.getElementById("InputName"));
SetScene(C000_Intro_CreatePlayer_ChapterToLoad, "Intro");
}
}

View file

@ -42,7 +42,7 @@ Stage,LoveReq,SubReq,VarReq,Interaction,Result,NextStage,LoveMod,SubMod,Function
285,0,0,,Sorry Julia.|I forgot my line.,"Julia laughs out loud and says:|""Don't worry and improvise, we are off script.""",285,0,0,
400,0,0,,I won't marry you.|Remove this dress.,"Of course fair knight, I'm sorry to hear that.|(She removes her gown and throws it away.)",410,-1,1,Strip()
400,0,0,,Lovely damsel. Show|us your perfect body.,Oh yes my fair knight! Let me do this.|(She removes her gown and throws it away.),410,1,0,Strip()
400,0,0,,You don't look|great in that gown.,It gives me a huge but? I'll remove it.|(She removes her gown and throws it away.),410,-1,0,Strip()
400,0,0,,You don't look|great in that gown.,It gives me a huge butt? I'll remove it.|(She removes her gown and throws it away.),410,-1,0,Strip()
400,0,0,,It would be even|kinkier in your undies.,Yes! That's a great idea. I'll remove it.|(She removes her gown and throws it away.),410,1,-1,Strip()
410,0,0,!IsRestrained,Dance for me sweet|damsel. (1 minute),(She giggles and performs a ballerina|tip toe dance in her damsel gown.),410,0,0,
410,0,0,!IsRestrained,Danceth f'r me sweet|damoiselle. (1 minute),(She giggles and performs a ballerina|tip toe dance in her damsel gown.),410,0,0,

1 Stage LoveReq SubReq VarReq Interaction Result NextStage LoveMod SubMod Function
42 285 0 0 Sorry Julia.|I forgot my line. Julia laughs out loud and says:|"Don't worry and improvise, we are off script." 285 0 0
43 400 0 0 I won't marry you.|Remove this dress. Of course fair knight, I'm sorry to hear that.|(She removes her gown and throws it away.) 410 -1 1 Strip()
44 400 0 0 Lovely damsel. Show|us your perfect body. Oh yes my fair knight! Let me do this.|(She removes her gown and throws it away.) 410 1 0 Strip()
45 400 0 0 You don't look|great in that gown. It gives me a huge but? I'll remove it.|(She removes her gown and throws it away.) It gives me a huge butt? I'll remove it.|(She removes her gown and throws it away.) 410 -1 0 Strip()
46 400 0 0 It would be even|kinkier in your undies. Yes! That's a great idea. I'll remove it.|(She removes her gown and throws it away.) 410 1 -1 Strip()
47 410 0 0 !IsRestrained Dance for me sweet|damsel. (1 minute) (She giggles and performs a ballerina|tip toe dance in her damsel gown.) 410 0 0
48 410 0 0 !IsRestrained Danceth f'r me sweet|damoiselle. (1 minute) (She giggles and performs a ballerina|tip toe dance in her damsel gown.) 410 0 0

View file

@ -4,10 +4,10 @@
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="refresh" content="2;url=/V8A/">
<meta http-equiv="refresh" content="2;url=/V8B/">
<script>
window.location.href = '/V8A/';
window.location.href = '/V8B/';
</script>
</html>