Date calculate possible?

Hi !

I would like to make a calculation with dates.
Players are supposed to add 2 days to the current date and I need to check for it.

I am getting the current day, month, year, using those lines :

image

So I wonder if there is an easy to make something like “now + 2” =p
Or do I need to check for each separate variable and so, make specific events for 28 days months, 30 days month etc … ?

Thank you very much

Hi I’m not sure if this helps but there is an Extension for time manipulation. Just click to add extension and type time.

Here is something:

Thanks a lot guys ! That should do the trick !