Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Fleamonji on April 03, 2011, 11:45:40 AM
-
As the title suggests, for ULib.cmds.PlayerArg - is there an equivalent for teams?
EDIT: Found the docs, doesn't appear to be one. Would it be possible to make my own?
EDIT2: Add some sorta ULib.cmds.TeamArg please :D
-
Rather than writing a new argument type for this, it seems that this would be better implemented as a string arg restricted to team names.
-
Agreed.
Logic to it.
String = blue (a team),
within function, get all players, for each player, if player team name = blue, then do ...