Author Topic: events client name?  (Read 999 times)

hey is there a way to make someones name in the events center print?
like if a someone presses a button and it displays that person name to everybody? but then later a different person dose the same thing but there name shows up?


is there one that will work with minigame center print all?

As far as I know %1 support for minigame print was added in a recent version of Blockland.

i just tryed %1 with

onactivate > minigame > centerprintall > %1 hi

and all i got was centerprint of %1 hi ?


It doesn't work in center print as far as I know.

Names work in client?

IDK, maybe I'm a little bit.

%1 only works in chatmessage
try variables:
Code: [Select]
[0]onactivate>self>VCE_modvariable[name][set][<var:cl:name>][1 1]
[1]onactivate>minigame>centerprintall[(message junk before name appears) <var:br:name> (message junk after name appears)][(time)]

%1 works with bottom print too I think.


thanks phflack it worked  :cookieMonster:
*locking*