Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiple function
#2
shutdown -6 0 "FunctionName" kills all threads started by that function. But you cannot place this in that function because it would kill current thread too. Easy solution - use a launcher function. But maybe you could find something better.

Function Function18Launcher

Code:
Copy      Help
shutdown -6 0 "Function18"
0.5
mac "Function18"

Function Function18

Code:
Copy      Help
out 1
10


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)