Author Topic: Set house on fire?  (Read 1465 times)

Im not sure if this is in right section... But anyways! I was in this freebuild game once. And this guy set me and my friends house on fire? And litterily the house was burning.. Then he set it to water? where water Like flood amounts were pouring in? and then this green gas all throught the house? And in the chatbox it showed like a long script like link.. like osidhgodihg:sitric:burn:dguosdgh I found out through help its a command.. but where? can i get? and how do i use if i get it..

Is it a script? Or a Addon..? And how do i find stuff like these?
« Last Edit: June 04, 2009, 05:03:58 PM by Skeril »

Firefighting and flood mods possibly? Also, it is the wrong section. You should probably should have posted this in modification discussion.

I cant find the Firefighter one.. And How do i activate the script? Plus! Please post some link's to fun scripts? like that..

Ah, so your the friend whose house I set in fire.

%bg = findClientByName("PERSONNAME").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmtter(burnEmitterA);}
« Last Edit: June 04, 2009, 08:47:27 PM by Azimuth »

Ah, so your the friend whose house I set in fire.

%bg = findClientByName("PERSONNAME"); for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmtter(burnEmitterA);}
doesnt work


Where exactly do i put that? Type it in When i use the command prompt thing " ( ~ ) " ?

Or save it somewhere?


It didn't work? Just showed error or something.. Any other script's? codes? Like that? Or a flamethrower gun?

He edited it. Use the updated one with the .brickgroup part.

So what do i exactly type.. Anyone care to Show me what to type? I know the CMD prompt thingy but what do i type in it? to set a users bricks on fire. =)

So what do i exactly type.. Anyone care to Show me what to type? I know the CMD prompt thingy but what do i type in it? to set a users bricks on fire. =)
%bg = findClientByName("PERSONNAME").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmtter(burnEmitterA);}
Answered already

%bg = findClientByName("PERSONNAME").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmtter(burnEmitterA);}
Answered already

%bg = findClientByName("PERSONNAME").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmtter(burnEmitterA);}
Answered already

%bg = findClientByName("PERSONNAME").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmtter(burnEmitterA);}
answered already.

You got it? Or do I need to say it again.

%bg = findClientByName("PERSONNAME").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmitter(burnEmitterA);}
You forgot the "i" in setEmitter. ;D

So final thing to do would be:
1. Open up the console. ("~")
2. Type in : %bg = findClientByName("PERSONNAME").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmitter(burnEmitterA);}
3. Replace "PERSONNAME" with the actual person's name.
4. Hit Enter
5. ?????
6. Profit

And how do i disable it? once i do it?