how i can make to when we join game and opens dialgoue its should showed your name in desc dialogue like as same da sandbox
Put %PLAYER_NAME% in the dialogue message and it will be replaced with the player’s name.
is there a way to put an attribute in it???
No, but you can insert the value of a global variable using the variable name surrounded by dollar signs $. If you want to show a player’s attribute in a dialogue, you can set a global variable as the value of the attribute and show that in the dialogue, like this:
bet that’s all I wanted to know, this information will come in handy
% this work for name and more stuff ?
The only codes like those that I’ve found are %PLAYER_NAME%
for inserting the player’s name, and %br%
for splitting a dialogue message into fragments.
can’t we still use <br/>
in the dialogues???
Yes, you can. <br>
makes a line break and it’s different from %br%
, if you were wondering that.