Please or Register to create posts and topics.

Energy Pellet... Thing

I am currently working on a map with a green energy pellet that spawns when a floor button is pressed. While that is easy to do, how the hell do I kill the pellet when I step off the button?

I looked at the Rexaura maps that did this, but I don't understand how it works. :-?

Signatures are overrated.

I've found the solution of this problem :P I don't know this is the same what are you talking about but you can try it.

You need to create in all map something like a trigger, but instead typing trigger_multiple type trigger_physics_trap.

Then go to Flags in it and check only Physics Objects and that last one (i don't know what exactly that last one do).

At the end go to a button and make outputs:
On Pressed -(trigger name) - Dissable
On UnPressed -(trigger name) - Enable
On Pressed - (ball launcher name) - Lunch ball

Should work :)

You can do it by naming the pellet with a trigger in the spawner (OnTrigger !activator AddOutput targetname energyball), then kill it with OnUnPressed energyball Explode.

If it's for the PTI or something where you can't guarantee a unique name, use a logic_register_activator to remember it instead of giving it a targetname. Then have that entity Explode the !activator.

Falsi sumus crusto!

Explode doesn't seem to work :(

Signatures are overrated.

Explode does work. I just checked. Maybe you are not referring to the right entity. What Felix described was that you have to mark the ball as soon as the ball_launcher creates it with the addouput output. Have you done like that? If you give it a name right after it has been created, you can directly refer to it by any output. Kill also works but Explode is cooler because there's also a small shake :wink:

ImageImageImageImageImageuseful tools and stuff here on TWP :thumbup:
[spoiler]ImageImageImageImageImage[/spoiler]

I decompiled some Rexaura maps and that's pretty much how Mevious made his.

Falsi sumus crusto!

Thanks guys, finally got it to work.

Signatures are overrated.

I also want to answer of this question ....... But now it Solved .
Thanks guys ....... Keep sharing .
Have a Good Day .

About Us

Solar Green
5b/6 Quinns Hill Rd E Stapylton QLD 4207
1300 783 427,
http://www.solargreen.net.au/

This logic is also already built into the BEE2 instances



Also, I made a map just for you! Sunset
Click Here to view my Workshop and play my puzzlemaker maps