Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
Catchdog64

Trigger activation on specific date

Recommended Posts

I am trying to make a campaign type mission, and I want to trigger a few things on specific dates. Problem is, I cannot for the life of me figure out how to do this. Any help?

Share this post


Link to post
Share on other sites

I was looking at both of those, and I keep getting a generic expression error,with this "date = [2018,12,13,7,01]" in the activation field of the trigger.

Share this post


Link to post
Share on other sites

Use dateToNumber to convert it.

https://community.bistudio.com/wiki/dateToNumber

// trigger condition
dateToNumber date isEqualTo 1
// or
dateToNumber [2035, 1, 1, 12, 0] isEqualTo 1

Not sure what 1 is as I haven't really looked but you should get the idea of how to achieve what you asked.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×