Page 1 of 1

Command variables

Posted: Fri Aug 08, 2014 5:43 am
by Volt
This is a request really. I would like to be aware of all command variables there are.

I have two:
%td    your defensive target
%to    your offensive target
Do you know if we have any more? Pronoun (her/his, herself/himself)?

Thanks in advance!

---
Example:
if your defensive target is named Abomination, and you write this in chat
/say hi %td
you will read this in chat
You say, "hi Abomination"

Re: Command variables

Posted: Fri Aug 08, 2014 6:03 am
by Mithni
Look here >>http://vanguard.wikia.com/wiki/List_of_In-Game_Commands or here >> http://www.tentonhammer.com/node/59930...

/ttd
FORMAT: /ttd <msg>
Sends a private message to your defensive target if your defensive target is a player.

/tto
FORMAT: /tto <msg>
Sends a private message to your offensive target if your offensive target is a player.

Greetings, Mith

Re: Command variables

Posted: Fri Aug 08, 2014 6:40 am
by Volt
Here I am specifically looking for the variables (beginning with the sign %).

Thanks a lot especially for the link to tentonhammer. I have been looking for that page but most tentonhammer vg pages seem broken. That is a quite extensive resource and it doesn't have any more variables than %td and %to, so maybe those are it.

Re: Command variables

Posted: Fri Aug 08, 2014 6:46 am
by Mithni
think so, don't remember any other

Re: Command variables

Posted: Fri Aug 08, 2014 6:53 am
by John Adams
Volt, I was thinking this morning that we can probably implement our own additional % formatters. We know we already need %to and %td, so let's just make up our own additional ones. I too scoured the web for % signs for VG and only found those 2. Weird, I swore there were more.

Re: Command variables

Posted: Fri Aug 08, 2014 7:02 am
by theFoof
The client handles %to and %td, we could make our own still but we don't have to actually code support for these two.