Mister Perfect Shadow
Active Member
- Aug 13, 2021
- 519
- 919
- 217
Hi, thanks for the help.Hi, please send a save game, otherwise I can't tell.
Hi, thanks for the help.Hi, please send a save game, otherwise I can't tell.
anyone know the new cheat code
For me it could be some conversation building up to the event (sharing) and a little after, maybe she gives him a hj while talking about it.Hi, can you both elaborate on this. What would you like to see to make it more deep? (examples if possible).
Same with me.hey, cant enter the nightclub. thanks in advance
The error explains itself pretty well, just cut and paste the last "<<else>>" in the code you provided to the line before "<</if>>". Hence making it the final clause. Should fix itself afterwards. Provided that it's the part of the code that's malfunctioning. Make a backup of the html file before trying it out.I got an error in kayla questline when i tried to enter the club
Error: <<if>>: <<else>> must be the final clause<<if $kaylaevent1pos is "true" and $bradsmum1 is "false">>
<div class="general">You enter the club you see lot of young girls and guys dancing and talking, the music is very loud.</div>
<<speech "Player" "$name">><i>Let's see if we can find Brads mum.</i><</speech>>
<div class="talkplayer"><span class="playerlink">[[Look around->bradmum1a]]</span></div>
<<elseif $kaylaevent1neg is "true" and $bradsmum1 is "false">>
<div class="general">You enter the club you see lot of young girls and guys dancing and talking, the music is very loud.</div>
<<speech "Player" "$name">><i>Let's see if we can find Brads mum.</i><</speech>>
<div class="talkplayer"><span class="playerlink">[[Look around->bradmum1a]]</span></div>
<<elseif $trapscene is "false">>>>
<div class="general">You enter the club you see lot of young girls and guys dancing and talking, the music is very loud.</div>
<<speech "Player" "$name">><i>Maybe I am too old for this.</i><</speech>>
<div class="talkplayer"><span class="playerlink">[[Let's get a drink->nightclubinside2]]</span></div>
<<else>>
<<elseif $trapscene is "false">>>>
<div class="general">You enter the club you see lot of young girls and guys dancing and talking, the music is very loud.</div>
<<speech "Player" "$name">><i>Maybe I am too old for this.</i><</speech>>
<a data-passage="center"><div class="talkloc">Let’s go somewhere else</div></a>
<</if>>
...
<<elseif $trapscene is "false">>>>
<div class="general">You enter the club you see lot of young girls and guys dancing and talking, the music is very loud.</div>
<<speech "Player" "$name">><i>Maybe I am too old for this.</i><</speech>>
<a data-passage="center"><div class="talkloc">Let’s go somewhere else</div></a>
<<else>>
<</if>>
totally worked. thanks alot.The error explains itself pretty well, just cut and paste the last "<<else>>" in the code you provided to the line before "<</if>>". Hence making it the final clause. Should fix itself afterwards. Provided that it's the part of the code that's malfunctioning. Make a backup of the html file before trying it out.
It should be:
I haven't tried it, not playing. Hopefully it works for you guys.Code:... <<elseif $trapscene is "false">>>> <div class="general">You enter the club you see lot of young girls and guys dancing and talking, the music is very loud.</div> <<speech "Player" "$name">><i>Maybe I am too old for this.</i><</speech>> <a data-passage="center"><div class="talkloc">Let’s go somewhere else</div></a> <<else>> <</if>>