Is their a Voting Poll on the bot? DarkForces Monday, October 18, 1999

Hey, I think the bot is cool but is their a way to make your own poll without having to update it? thanx

 
Re: Is their a Voting Poll on the bot? SubSpace Monday, October 18, 1999

Hi,

> Hey, I think the bot is cool but is their a way to make your own poll
> without having to update it? thanx

Not currently, sorry :( Things like that will become possible at a later date, but I can't tell you when exactly that is going to be.

SubSpace

 
Re: Is their a Voting Poll on the bot? DarkForces Monday, October 18, 1999

Hi again,

I was wondering...can i do something like:

execute(":mail Darkforces~DoA" + getPrimary() + "voted Yes.")

execute(":mail Darkforces~DoA" + getPrimary() + "voted No.")

Or could i use Console Command or Something?!?! I really want this to work even know u dont got one but I think I found a "loophole" around it, hopefully if it works. So it will automatically leave me mail when someone does :vote yes/:vote no

 
Re: Is their a Voting Poll on the bot? SubSpace Tuesday, October 19, 1999

> Hi again,

> execute(":mail Darkforces~DoA" + getPrimary() + "voted
> Yes.")

You could also make that

execute("mail " + getBotName()+ " " + getPrimary() + "voted Yes.")

After everyone has voted, you could read the mail for the bot using mail (ALT-C). You could output the voting result to the console, but that would require you scrolling through everything and counting votes.

This would work, but it's not a fully automated voting system that would check if someone voted before and count votes and such. That would still be manual labour.

SubSpace