vinfamy / LifePlay

Free, Open-Source and Moddable Lifesim RPG (Link NSFW). I had to change my dev PC and couldn't set up Git correctly on the new PC so the full source code for the game will be available here: https://mega.nz/folder/1XYSXbRb#nFHZ1wdwTbL6rS1oUdMe0g
https://mega.nz/folder/1XYSXbRb#nFHZ1wdwTbL6rS1oUdMe0g
GNU Affero General Public License v3.0
71 stars 36 forks source link

Syntax Errors #200

Closed Rizean closed 2 years ago

Rizean commented 2 years ago

LifePlay/Content/Modules/vin_Base/Scenes/uni_lecturer/crush_student.lpscene LifePlay/Content/Modules/vin_Base/Scenes/uni_lecturer/student_crush.lpscene LifePlay/Content/Modules/vin_Base/Scenes/uni_lecturer/student_sex_cms.lpscene

All three files have the same error line 17: If !isContactExchanged() && Actor:attractiontoplayer > 35 should be: If !Actor.isContactExchanged() && Actor:attractiontoplayer > 35

LifePlay/Content/Modules/vin_Base/Scenes/misc/soldier_july2_cms.lpscene Line 28: Actor::rapportwithplayer -= 5 should be: Actor:rapportwithplayer -= 5

LifePlay/Content/Modules/vin_Base/virginity/npc_deflowered_by_player.lpscene Line 23: Actor::attractiontoplayer += 50 should be: Actor:attractiontoplayer += 50

LifePlay/Content/Modules/vin_Base/virginity/player_deflowered.lpscene Line 23: Actor::attractiontoplayer += 50 should be: Actor:attractiontoplayer += 50

LifePlay/Content/Modules/vin_NonConsensual/Scenes/prison_ag_rape.lpscene Line 20: "What should do with <Actor.him_or_her> should be: "What should do with <Actor.him_or_her>"

LifePlay/Content/Modules/vin_Incest/Scenes/seek_therapy.lpscene Line 78 missing closing "

LifePlay/Content/Modules/vin_Base/Scenes/work/sexual_harassment.lpscene Line 54: peversion += Random(0, 0.5) Should be: perversion+= Random(0, 0.5)

LifePlay/Content/Modules/vin_Base/Scenes/home/call_a_hooker.lpscene Line 60: Else 1 > ElseIf 1

LifePlay/Content/Modules/vin_Base/Scenes/business/cms_employee_having_sex.lpscene Line 23: Elseif > Elseif 1

LifePlay/Content/Modules/vin_Incest/Scenes/cms_masterbate_caught.lpscene Line 21: If Actor.hadSex() || Random(10, 50) Actor:incest > If Actor.hadSex() || Random(10, 50) > Actor:incest

LifePlay/Content/Modules/vin_Base/Interactions/leading_to_scenes/propose_sex_dating.lpscene Line 44: Else 1 > Elseif 1

LifePlay/Content/Modules/vin_Base/Scenes/companion/goodbye_companion.lpscene Line 208: Else 1 > Elseif 1 Line 229: Else 1 > Elseif 1

LifePlay/Content/Modules/vin_NonConsensual/Scenes/wi_ex_rape_ntr.lpscene Line 47: Else > Elseif 1 Line 54: Else > Elseif 2

LifePlay/Content/Modules/vin_NonConsensual/Scenes/wi_ex_rape_family.lpscene Line 47: Else > Elseif 1 Line 54: Else > Elseif 2

Rizean commented 2 years ago

closing to open a new scan result based on 4.15