#Error
1 messages · Page 1 of 1 (latest)
Thats not how params work
text
You have to use parameter: string then pass in a string
{_Boss} is "blah", "blah2" or "blah3"
Or parameter: string=“stuff”
go rate my showcase
I told you how
This is a thing you should know how to do yourseld
You seem to be trying to pass them in when you define the function, not when you call it.
Heres an example:
loop {_loops} times:
broadcast “%{_message}%”
On break:
spamChat(“%player% just broke a block!”, 10)```
(String and text mean the same thing)
