Temporary RAT Event variable

bystrick

New member
Oct 31, 2017
3
0
0
I did a quick search, and didn't find anything relevant here. I may have missed it, so apologies in advance if that's the case.

Is there a way to leverage a math function or single use variable for an event? I've got a number of things I'd like to do that, as far as I can tell, would not work without a variable / simple math.

Example: When a player logs in, we'd like to keep all players at a similar level due to various streamers operating on different hours and further challenges we've set up as live streams. Doing a quick bit of math with {player_level}, I could advance a user by X value of xp to catch them up.

If anyone has a way to point me in a direction, I'd appreciate it! Even "That's not possible" will save me time noodling on it. Thanks in advance.
 
This isn't currently possible. I was working on RAT Script 2.0 for some time which is more like normal scripting (loops, variables, etc), but I had to shelve it for the time being. I'm currently working on a lot of optimization/rewriting of RAT, but I do plan on looking into adding such functionality after that.

That will be some time however.