Author Topic: Show Variable Event?  (Read 391 times)

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.

Well, it will only work for Chat Message:

OnPlayerTouch/Activate -> Client -> ChatMessage -> [ You have %2 points ]

%2 = DisplayPoints

Type the variable replacer in the text box, i.e.

Code: [Select]
OnActivate | Client | Chatmessage | You have <var:cl:credits> credits.
When you have 5 credit variables

=

"You have 5 credits."