ResearchItem question: the canResearch: method

I’d like to know what Exactly I have to and can return here. The wiki doesn’t explain much:


Do things like these work only? LevelCalculator.getMissionLevel('Level Design') > 5
I’m interested to use a dataStore value but my tests haven’t come out with success.

So I guess LevelCalculator is the only thing working?

So you want to use your value and compare it with a number and it doesn’t work?

So, I have to compare numbers? if it’s right (true) I will be able to research it, then why can’t I just do:

dataStore.data.blabla = true; 

So, when it’s true I’ll be able to research that item.

Try doing canResearch: dataStore.data.mynekos;

Use categories next time.

You are unofficially officially the categories police :oncoming_police_car:

2 Likes