Hey all. I'm trying to get back into MUD's because its a chance to refine some programming skills.
I'm trying to get a trigger to create a timer, but am running into some difficulty. I understand that there might be better ways to do what i'm doing, but please bear with me. My goal at the moment is just trying to get a trigger to create a timer that I can see in the timers menu, edit, and use as i please. At the moment, the trigger is set up as follows
<triggers>
<trigger
enabled="y"
group="Beetle"
match="* Happy hunting!"
send_to="12"
sequence="100"
>
<send>AddTimer("BeetleTimer", 0, 0, 1,"Say Good", 1 , " ")</send>
</trigger>
</triggers>
The "say good" is just a placeholder until i get the timer creation to work. Any help woudl be appreciated. Thanks in advance!
I'm trying to get a trigger to create a timer, but am running into some difficulty. I understand that there might be better ways to do what i'm doing, but please bear with me. My goal at the moment is just trying to get a trigger to create a timer that I can see in the timers menu, edit, and use as i please. At the moment, the trigger is set up as follows
<triggers>
<trigger
enabled="y"
group="Beetle"
match="* Happy hunting!"
send_to="12"
sequence="100"
>
<send>AddTimer("BeetleTimer", 0, 0, 1,"Say Good", 1 , " ")</send>
</trigger>
</triggers>
The "say good" is just a placeholder until i get the timer creation to work. Any help woudl be appreciated. Thanks in advance!