I'm a bit rusty at programming so I thought I'd run the idea by you people first. Here's what I'm looking @ coding:
Upon forming a group (band/party etc), I'd type "group" to display the standard output returned from the MUD (I've cut the rest of the table off to save room):
The player names will be dumped into an array.
From then on, the name is matched and coloured so it's easy to see.
If another member joins later on, simply typing "group" again, spills out the table and renews the array with the names.
Any ideas/tips etc? If not, it's time to get to work =) The only spot where I'm a little hazy on is how to correctly grab the person's name only (from the group table).
Upon forming a group (band/party etc), I'd type "group" to display the standard output returned from the MUD (I've cut the rest of the table off to save room):
Member Hits Move
------------------------------------
Peter perfect rested
John perfect rested
Jill perfect rested
The player names will be dumped into an array.
From then on, the name is matched and coloured so it's easy to see.
If another member joins later on, simply typing "group" again, spills out the table and renews the array with the names.
Any ideas/tips etc? If not, it's time to get to work =) The only spot where I'm a little hazy on is how to correctly grab the person's name only (from the group table).