#Error

1 messages · Page 1 of 1 (latest)

late eagle
dull quarry
#

send the actual function

#

not what I asked

#

:/

runic plinth
#

Thats not how params work

dull quarry
#

text

runic plinth
#

You have to use parameter: string then pass in a string

dull quarry
#

{_Boss} is "blah", "blah2" or "blah3"

runic plinth
#

Or parameter: string=“stuff”

dull quarry
#

go rate my showcase

runic plinth
#

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)