Jump to content

Recommended Posts

Hello, everyone.

I'm making Ravage mission, few players asked for persistent world discovery state and I'm struggling with making that.

Basic idea was to store activated trigger names in server's profileNamespace and load this list upon restart and simply activate triggers again.

NkNPQc3RV5MEmwZQ7ln-b3tJl0OEmNXbI0a_EUf4

 

Problem is OR doesn't seems to work in Condition field... or maybe I'm just completely wrong and it can't be done like this.

Any advice appreciated.

Share this post


Link to post
Share on other sites

Your aim is difficult to understand without more precision.

Why don't you save the mission?

Triggers will be still here at any start until you don't delete them. I don't know if the mission saving keeps the activation state of the triggers, but you can do that: triggerActivated triggerOne (returns true or false), and you can save this kind of data in profileNameSpace.... But, ? you must decide what to do with that when restarting the server. re-run all the codes??

 

Share this post


Link to post
Share on other sites

Problem is with restart on dedicated server. Yes, rerun all the codes, I guess. That shouldn't be too much - basically it's just hint plus map marker.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×