Blockland Forums > Suggestions & Requests
Smoking
Lugnut:
Abram Terger puffs his cigar.
¥ola:
Holy loving stuff.
I'm actually doing it.
I have the whole thing almost done, emitter all done and everything.
I just need to find out how to loop playing the emitter.
Lugnut any helpful tutorials or addons that use loops?
Lugnut:
um... yeah just cause i'm good at scripts and events doesn't mean i'm good at weapons and mounted items
¥ola:
--- Quote from: Lugnut1206 on June 18, 2012, 12:31:31 AM ---um... yeah just cause i'm good at scripts and events doesn't mean i'm good at weapons and mounted items
--- End quote ---
I can do the rest of everything, I'm asking for help on looping a function.
I have it so when you say /smoke it plays the smoke emitter, but it doesn't keep on doing it.
That's were I need help
elm:
--- Quote from: ¥ola on June 18, 2012, 12:34:53 AM ---I can do the rest of everything, I'm asking for help on looping a function.
I have it so when you say /smoke it plays the smoke emitter, but it doesn't keep on doing it.
That's were I need help
--- End quote ---
function a()
{
cancel($a);
..code..
$a = schedule(1000,0,a);
}