G
Guest
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.
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.
Code:
- 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;
}