A-to-Z Game
-----------
This is a very basic A to Z game addon, allowing for play in guild chat by default.
It uses a list of several thousand commonly used English words.
If you change the code to talk outside of guild, please be kind to the people around you that may not want to play.
It was amazingly popular in IRC, and someone wanted it ingame, so here it is!
Starting a game
----------------
Type a-z start in chat.
Stopping a game
----------------
Type a-z fail in chat.
Configuring for non guild chat
-------------------------------
Open AtoZ.lua and locate the lines below:
frame:RegisterEvent("CHAT_MSG_GUILD")
SendChatMessage(text, "GUILD")
Change CHAT_MSG_GUILD to one of the following:
CHAT_MSG_PARTY
CHAT_MSG_SAY
CHAT_MSG_RAID
Change GUILD to one of the following that goes with the previous change:
PARTY
SAY
RAID
That is it! It likely works in other channels as well, but has only been tested in say and guild. You may hit the chat spam limits, so best to keep it to a private chat.
Any words added to the wordlist must be in alphabetical order.
The list only contains a few WoW words for now, will be adding more shortly!
Facts
- Date created
- 21 Aug 2008
- Categories
- Last update
- 29 Apr 2009
- Development stage
- Release
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- A to Z
- Recent files