#Returning after a wait

1 messages · Page 1 of 1 (latest)

trim cairn
#

Is there any way to make this work, or should i work around it? (continued from previous post but its different enough)

on left click:
    broadcast test()

function test() :: text:
    broadcast "gaming"
    wait 5 tick
    return "test works"```
pale eagle
#

you cannot

trim cairn
#

well that sucks