name – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added example)
m (Header on example)
Line 3: Line 3:
: Try [[group]] command. It will return group's ID, but also side (e.g. "WEST 1-1-A"). ++[[User:Str|Str]] 00:48, 17 June 2007 (CEST)
: Try [[group]] command. It will return group's ID, but also side (e.g. "WEST 1-1-A"). ++[[User:Str|Str]] 00:48, 17 June 2007 (CEST)


Example:
===Example===
[[User:MulleDK13|MulleDK13]] 01:49, 14 July 2010 (CEST)
  hint Format["%1 %2", group player, name player];
  hint Format["%1 %2", group player, name player];
Will display this in a hint:
Will display this in a hint:
  B 1-1-A MulleDK19
  B 1-1-A MulleDK19

Revision as of 01:49, 14 July 2010

Is there a way to get 1-1-A ?? (part before the name?) --Doolittle 23:36, 16 June 2007 (CEST)

Try group command. It will return group's ID, but also side (e.g. "WEST 1-1-A"). ++Str 00:48, 17 June 2007 (CEST)

Example

MulleDK13 01:49, 14 July 2010 (CEST)

hint Format["%1 %2", group player, name player];

Will display this in a hint:

B 1-1-A MulleDK19