Jump to content

Help Quest time for GM


Go to solution Solved by Deliris,

Recommended Posts

  • Developer
  • Solution

Before opening the event manager, add this check:

if pc.getqf("gm_cooldown") > get_global_time() then
	say("You must wait 24 hours.")
	return
end

 

After the event is enabled, add this line:

pc.setqf("gm_cooldown", get_global_time() + 86400)

 

 

  • Love 1

r

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.