Post Release Beta - Software/Internet Expertise not recognised by script

Technical support requests for Capitalism Lab
Post Reply
User avatar
Stylesjl
Community Contributor
Community Contributor
Posts: 274
Joined: Sun Oct 29, 2023 4:01 am
Location: Sydney, Australia
Has thanked: 2 times
Been thanked: 13 times

Post Release Beta - Software/Internet Expertise not recognised by script

Post by Stylesjl »

I believe that this is a bug or that there is an error in the documentation. I have attached a script with the following error:

Error: the following lines cannot be recognized by the script system.
line 44: Software Expertise=100
line 45: Internet Expertise=100


According to this however those lines should be valid:
Script – Player Expertise
Attachments
Error.zip
(1.64 KiB) Downloaded 7 times
User avatar
cantdownloadit
Community Contributor
Community Contributor
Posts: 654
Joined: Sat Aug 30, 2014 12:14 pm
Has thanked: 5 times
Been thanked: 11 times

Re: Post Release Beta - Software/Internet Expertise not recognised by script

Post by cantdownloadit »

you have to specify the specific type not just all

Software Expertise = <software class name or code>, <1-100>
Internet Expertise = <Internet company type>, <1-100>

So your options wont work.

Software Expertise = Operating System, 100
Internet Expertise = Search Engine, 80

This is an example of what would work
User avatar
Stylesjl
Community Contributor
Community Contributor
Posts: 274
Joined: Sun Oct 29, 2023 4:01 am
Location: Sydney, Australia
Has thanked: 2 times
Been thanked: 13 times

Re: Post Release Beta - Software/Internet Expertise not recognised by script

Post by Stylesjl »

That makes more sense but I still can't get it to work:

Error: the following lines cannot be recognized by the script system.
line 69: Software Expertise=Operating System,100
line 70: Internet Expertise=Search Engine,100


I even tried other variants such as Computer OS without any luck.
User avatar
cantdownloadit
Community Contributor
Community Contributor
Posts: 654
Joined: Sat Aug 30, 2014 12:14 pm
Has thanked: 5 times
Been thanked: 11 times

Re: Post Release Beta - Software/Internet Expertise not recognised by script

Post by cantdownloadit »

dunno then i just tested it on 10
Image1.jpg
Image1.jpg (6.39 KiB) Viewed 128 times
Way2co0l
Level 2 user
Posts: 42
Joined: Fri Jan 19, 2018 3:31 am

Re: Post Release Beta - Software/Internet Expertise not recognised by script

Post by Way2co0l »

Stylesjl wrote: Mon Apr 01, 2024 7:03 pm That makes more sense but I still can't get it to work:

Error: the following lines cannot be recognized by the script system.
line 69: Software Expertise=Operating System,100
line 70: Internet Expertise=Search Engine,100


I even tried other variants such as Computer OS without any luck.
I'm uncertain if the game engine is this picky or not, but in my scripts and in the scripts cantdownloadit shared with you, there were spaces you don't appear to have added in your own script which might be the problem? Again, I'm uncertain, I just know he posted them with spaces and my own script has them with spaces too. Before and after the = and then after the , before the number. See if that's the issue or not maybe?
User avatar
Stylesjl
Community Contributor
Community Contributor
Posts: 274
Joined: Sun Oct 29, 2023 4:01 am
Location: Sydney, Australia
Has thanked: 2 times
Been thanked: 13 times

Re: Post Release Beta - Software/Internet Expertise not recognised by script

Post by Stylesjl »

That's really weird, I can get it to work now, even at 100. Attached is the new script, I changed a bunch of other stuff but I don't know what it was that caused it to work now.
CapLab.zip
(1.49 KiB) Downloaded 2 times
Post Reply