Started by DerexXD on Wed, 09/25/2019 - 21:24 Topic category: Help with Minecraft modding (Java Edition) Like in the procedure box Jump to top 1. Create local variable. 2. Variable name [pick one]. Variable type: String. 3. [from Custom Variables tab] Set local [nameOfString] to... 4. [from Text tab] " ... " option at the top. Jump to top Permalink Log in or register to post comments Also, if you want to use numbers, like "Player food level", use: [in Text tab] "create text with". For example: Set local [Stringname] to create text with: "Player hp is: " get entity health Jump to top Permalink Log in or register to post comments thx Jump to top Permalink Log in or register to post comments
1. Create local variable. 2. Variable name [pick one]. Variable type: String. 3. [from Custom Variables tab] Set local [nameOfString] to... 4. [from Text tab] " ... " option at the top. Jump to top Permalink Log in or register to post comments
Also, if you want to use numbers, like "Player food level", use: [in Text tab] "create text with". For example: Set local [Stringname] to create text with: "Player hp is: " get entity health Jump to top Permalink Log in or register to post comments
1. Create local variable.
2. Variable name [pick one]. Variable type: String.
3. [from Custom Variables tab] Set local [nameOfString] to...
4. [from Text tab] " ... " option at the top.
Also, if you want to use numbers, like "Player food level", use:
[in Text tab] "create text with".
For example:
Set local [Stringname] to create text with: "Player hp is: "
get entity health
thx