View Single Post
Old 06-17-2004, 01:12 PM   #1
the_logos
Legend
 
the_logos's Avatar
 
Join Date: Sep 2002
Location: Mill Valley, California
Posts: 2,305
the_logos will become famous soon enough
One of our users has come up with a way to do one-click voting for TMS if you're using Zmud. I'd imagine that's nothing new as there are a lot of clever Zmud scripters out there, but I thought I'd post it here for everyone else to give to their users if they wish, or for other users to use it as they see fit. Obviously, replace the initial url with whatever url you send people to in order to vote.

#url
#var Voting 0
#until (@Voting=1) {#var Voting %DDE( iexplore, WWW_GetWindowInfo, 1)
#if (%left(@Voting,30)=") {Voting=1}}
#DDE iexplore WWW_OpenURL {javascript:document.click.submit()}
#unvar Voting
#dde iexplore www_exit


I don't actually use Zmud so haven't tested this myself, but I'm assured it works. What's interesting about this is that combined with a trigger to gag text is that Zmud-using players can create, on their own, the ability to turn off automated voting reminders after having voted.

In other words, whether Adam interprets his rule as allowing voting reminders that the mud turns off after you vote, or requires us to spam all users with vote reminders, a good portion of players are able to turn off the vote reminder after they vote regardless of what the mud itself does.

(Waits for the inevitable, "So let's ban all in-game vote reminders!" followed quickly by a slew of posts saying, "Good luck enforcing that with any kind of consistency at all.")

--matt
the_logos is offline   Reply With Quote