Page 1 of 1

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

Posted: Mon Apr 01, 2024 9:45 am
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

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

Posted: Mon Apr 01, 2024 10:39 am
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

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

Posted: Mon Apr 01, 2024 7:03 pm
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.

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

Posted: Tue Apr 02, 2024 4:32 pm
by cantdownloadit
dunno then i just tested it on 10
Image1.jpg
Image1.jpg (6.39 KiB) Viewed 174 times

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

Posted: Tue Apr 02, 2024 6:24 pm
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?

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

Posted: Tue Apr 02, 2024 6:28 pm
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 9 times