Poll

yes?

no.
18 (31.6%)
yes.
9 (15.8%)
quesadilla.
30 (52.6%)

Total Members Voted: 57

Author Topic: Smoking  (Read 3975 times)

When you type lets say, /smoke, a small cylinder would be placed in the default Blockhead face, and on that said cylinder would be an emitter that makes it look like you're smoking. It stays there until you type in /smoke again, where it simply removes the cylinder and emitter. I find that this would actually be somewhat simple, but do to me knowing little to no scripting I couldn't make it.

Sounds cool.

Great. Teach kids 2 b smokers. lol.

This would be really cool, but I'm not 100% sure it's possible. hell, what do I know?
« Last Edit: June 17, 2012, 11:49:55 PM by Dale »

Sounds cool.

Great. Teach kids 2 b smokers. lol.
already am, silly. it doesn't teach them how to smoke, because i dont think yelling out "/SMOKE" would work in the real world.

already am, silly. it doesn't teach them how to smoke, because i dont think yelling out "/SMOKE" would work in the real world.
lol. *Walks outside* "SMOKE!" *Smokes.* lol. Ik but this would be cool for Blockland Filmers.

this would be cool for Blockland Filmers.
that's what I was thinking.

This would be really cool, but I'm not 100% sure it's possible.
Where is all this "not sure if possible" crap coming from? This is nothing revolutionary, easily possible.

This would be really cool, but I'm not 100% sure it's possible.
My guts are going to flow out of my face like a loving river on bath salts

My guts are going to flow out of my face like a loving river on bath salts
hahaha

how delightfully morbid

Where is all this "not sure if possible" crap coming from? This is nothing revolutionary, easily possible.

I mean, with my limited Torquescript skills.

I'll try it?

Abram Terger puffs his cigar.

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?

um... yeah just cause i'm good at scripts and events doesn't mean i'm good at weapons and mounted items

um... yeah just cause i'm good at scripts and events doesn't mean i'm good at weapons and mounted items
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

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

function a()
{
     cancel($a);

     ..code..

     $a = schedule(1000,0,a);
}