D
Deleted member 26
Guest
PLEASE NOTE THINGS ARE TEMPORARY AND CAN CHANGE
This item represents an "argument".
Type in chat to set the name of this argument, so for example I will set it to "message".
Currently, you need to specify the type of the variable.
By clicking on it you can see the GUI for modifying the argument. This is where you specify the type and optional value.
It should be noted that the variable value is not a type that accepts "any type". It represents the variable pointer itself, so that means that you can make arguments similar to those that are in set variables.
To set a default value, put an item inside this slot.
Once you have your type, put it in the function block chest. NOT CALL FUNCTION!!!
This is specifying the "argument structure".
Now we have to use this variable, we want to send the message to whatever value message is.
Middle-click on the argument (TEMPORARY) to get the value.
This variable represents the value of the argument, so then you can use this as a normal value. In this case, we put it in a send message block.
Now when you look over your function in the call function menu you can see the argument!
This means that you can put items into the call function.
In this case, I put this here.
Now when I call the function I get this... tada!