Jump to content
  • 0
Sign in to follow this  
Guest

Woe setter

Question

Guest

Hi,

I'm building a simple woe setter and would like to know if I'm going to have some issue using this, does anybody know?

Seems to work but I'm afraid that something could go wrong.

 

-	script woe_start	-1,{

OnFri1445:
AtCommand "@agitstart";
announce "The WoE has started!",bc_all;
end;

}

-	script	woe_end	-1,{
OnFri1645:
AtCommand "@agitend";
announce "The WoE has ended!",bc_all;
end;

}

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi.

I see no problems. It should start WoE each friday at 14:45 and end it at 16:45.
I'd use agitstart; and agitend; instead of the @commands, but that's up to you.


~Kenpachi

Share this post


Link to post
Share on other sites
  • 0
Guest
20 minutes ago, Kenpachi said:

Hi.

I see no problems. It should start WoE each friday at 14:45 and end it at 16:45.
I'd use agitstart; and agitend; instead of the @commands, but that's up to you.


~Kenpachi

The reason I was using atcommand is because I want to enable a npc everytime @agitstart is used and @agitend to disable. I could not make it work without atcommand, but thinking now I could just enable the npc with same label OnFri ^_^

Thanks for your feedback ❤️

Edited by Guest

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.