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
70 stars 34 forks source link

sytax error #199

Closed Rizean closed 2 years ago

Rizean commented 2 years ago

LifePlay/Content/Modules/vin_Base/Interactions/leading_to_scenes/get_introduced_to_john.lpscene Line 27 Actor2 => 35

Not sure what this is suppose to be.

Rizean commented 2 years ago

Was able to find a few of these. Either spelling or non-actor stat

[
  {
    "code": "Actor2 => 35",
    "path": "D:\\other\\LifePlay_4_14_64bit\\LifePlay\\Content\\Modules\\vin_Base\\Interactions\\leading_to_scenes\\get_introduced_to_john.lpscene",
    "lineNumber": 26
  },
  {
    "code": "Dice => Dice*0.5",
    "path": "D:\\other\\LifePlay_4_14_64bit\\LifePlay\\Content\\Modules\\vin_Base\\Scenes\\sexwork\\john_online_pimp.lpscene",
    "lineNumber": 31
  },
  {
    "code": "Dice => Dice*0.5",
    "path": "D:\\other\\LifePlay_4_14_64bit\\LifePlay\\Content\\Modules\\vin_Base\\Scenes\\sexwork\\john_threesome_approaches_pimp.lpscene",
    "lineNumber": 33
  },
  {
    "code": "Dice => Dice*0.5",
    "path": "D:\\other\\LifePlay_4_14_64bit\\LifePlay\\Content\\Modules\\vin_Base\\Scenes\\sexwork\\john_threesome_online_pimp.lpscene",
    "lineNumber": 34
  },
  {
    "code": "Dice => Dice*0.5",
    "path": "D:\\other\\LifePlay_4_14_64bit\\LifePlay\\Content\\Modules\\vin_Base\\Scenes\\sexwork\\porn_shoot_pimp.lpscene",
    "lineNumber": 53
  },
  {
    "code": "Dice => Dice*0.5",
    "path": "D:\\other\\LifePlay_4_14_64bit\\LifePlay\\Content\\Modules\\vin_Base\\Scenes\\sexwork\\porn_shoot_threesome_pimp.lpscene",
    "lineNumber": 56
  },
  {
    "code": "count => -1",
    "path": "D:\\other\\LifePlay_4_14_64bit\\LifePlay\\Content\\Modules\\vin_Bestiality\\Scenes\\dd_nsfw_cms.lpscene",
    "lineNumber": 162
  },
  {
    "code": "count => -1",
    "path": "D:\\other\\LifePlay_4_14_64bit\\LifePlay\\Content\\Modules\\vin_Bestiality\\Scenes\\dd_nsfw_cms.lpscene",
    "lineNumber": 177
  }
]
vinfamy commented 2 years ago

Dice => Dice*0.5 etc is valid and working fine => is no different from = in this game when it comes to setting float variables