I would like to know if there is a way to force a signature to use a specific players stats? Like my stats on the left and my friends on the right?
I tried this
>p.name=togger; (my soldier's name is togger)
but it didn't work; is it possible?
I would like to know if there is a way to force a signature to use a specific players stats? Like my stats on the left and my friends on the right?
I tried this
>p.name=togger; (my soldier's name is togger)
but it didn't work; is it possible?
You can write an if statement, to only display stats when the graphic is called with your name. Otherwise you could display nothing or a notice.
But not two people's stats on the same signature at the same time?
No that is not possible.
Ok, I thought so. Thanks for your help!
OK, so i've had an idea:
how does the graphics editor link the soldier's data I select to the "p" variable?
could I use this URL to do the same to a "p2" variable?
"http://api.bfbcs.com/api/pc?players=togger&fields=all,grimg&dev=2"
--------------------------------------------------
even if it's something manual like (in psudocode):
text(text:URL="http://api.bfbcs.com/api/pc?players=togger&fields=all,grimg&dev=2", line=3, x:115, y:137, size:"14");
to print:
p.rank=50
--------------------------------------------------
Or could I bypass the signature route completely and have a URL that only shows "p.rank=50"
something like: "http://api.bfbcs.com/api/pc?players=togger&fields=all,grimg&dev=2,line=3"
Last edited by togger; 2015-02-08 at 17:07.
Bookmarks