2 - Add description box to form
Add Raid description box. Update form to use raid description as message.
Probably wise to create a BuildMessage function that updates a CurrentMessage variable. Then every routine that outputs the message outputs CurrentMessage and every time some event happens that changes the message (eg: text updated, requirements updated, raid composition changes (players join/leave) etc) the BuildMessage function is called to update the CurrentMessage.
This then leads to maximum flexibility eg: /w to Raid Leader - return CurrentMessage, so rather than building the message every single time its required you only build it if it needs changing.
| User | When | Change |
|---|---|---|
| Pericles | Aug 16, 2010 at 11:06 UTC | Create |