/macro groupinfo
If no one is a group slot it will just show: *
Code: Select all
|-- groupinfo.mac
|-- by Drumstix42
|-- 10-05-2004
|----------------------------------------------------
|-- Returns information on your current group
|-- including Name, Level, and Class
Sub Main
/echo F2: ${If[${Group[1].ID},${Group[1].Name} - ${Group[1].Level} ${Group[1].Class},*]}
/echo F3: ${If[${Group[2].ID},${Group[2].Name} - ${Group[2].Level} ${Group[2].Class},*]}
/echo F4: ${If[${Group[3].ID},${Group[3].Name} - ${Group[3].Level} ${Group[3].Class},*]}
/echo F5: ${If[${Group[4].ID},${Group[4].Name} - ${Group[4].Level} ${Group[4].Class},*]}
/echo F6: ${If[${Group[5].ID},${Group[5].Name} - ${Group[5].Level} ${Group[5].Class},*]}
/endmacro




