Blockland Forums > Help
Show Variable Event?
Pages: (1/1)
Dr.Pain:
I was wondering how i could show a varible for the Dm i'm working on. I can't figure out how to display it. I'm not using PlayerScore btw.
Kobewarrior:
Well, it will only work for Chat Message:
OnPlayerTouch/Activate -> Client -> ChatMessage -> [ You have %2 points ]
%2 = DisplayPoints
Regulith:
Type the variable replacer in the text box, i.e.
--- Code: ---OnActivate | Client | Chatmessage | You have <var:cl:credits> credits.
--- End code ---
When you have 5 credit variables
=
"You have 5 credits."
Dr.Pain:
Thx guys for the help.
Pages: (1/1)