Hey!
I would like to allow ezQuake to use teamplay $macros such as $ammo and $health in combination with the standard ezQuake say_team commands, such as tp_msgneed. Since these commands are only say_team messages that uses same kind of macros, this shouldn't be a problem.
Macros allow you to read and use some game specific data, like your health, status of your connection, your mp3 player volume, console width and other info you can then use for example in your scripts.
There are two types of macros: protected and unprotected.
Protected macros can be used only to format you (team)messages. That means you can only use them in combination with say/say_team/echo/if and some other commands. Macros from that group contain some of your game status.
Unprotected macros can be used in combination with any command you like.
Maybe meag could help me?
Thanks!
I would like to allow ezQuake to use teamplay $macros such as $ammo and $health in combination with the standard ezQuake say_team commands, such as tp_msgneed. Since these commands are only say_team messages that uses same kind of macros, this shouldn't be a problem.
Quote:
Macros allow you to read and use some game specific data, like your health, status of your connection, your mp3 player volume, console width and other info you can then use for example in your scripts.
There are two types of macros: protected and unprotected.
Protected macros can be used only to format you (team)messages. That means you can only use them in combination with say/say_team/echo/if and some other commands. Macros from that group contain some of your game status.
Unprotected macros can be used in combination with any command you like.
Maybe meag could help me?
Thanks!
dev