Please or Register to create posts and topics.

[SOLVED] invinsible cube when making a respawning one?

ok so i was making a dropper and point template, and env entity maker and a once trigger to trigger it all but i noticed something strange: the cube disappear when i run the map i tried to grab the invinsible cube but it turns out that it dissappear, this happens all the time even if i create a new map with respawning cube. heres the pics of the setup:
Image Image Image Image

Point_templates (and env_entity_makers) will remove their templates object from the map until told to respawn it. To fix this either check the flag in the template saying 'don't destroy template entitites', or use a logic_auto to trigger the ForceSpawn input when the map starts.

My stuff:
[spoiler]- BEE2 Addons | (BEE2)
- Hammer Addons
Maps:
- Crushed Gel
- Gel is Not Always Helpful[/spoiler]

thx! :)