Author Topic: Wrench events help?  (Read 375 times)

Is there any event that allows you to make an object disappear? I am aware of the current event but that has a time set on it until the object appears again. I want the object to disappear until I tell it to reappear. (with respawn) any help would be great thanks!!


According to Infomaniac, you make bricks disappear indefinitely with -1. To make it reappear, use 0.


UNCHECK Onactivate>namedbrick>disappear -1

CHECK Onactivate>namedbrick>disappear 0

UNCHECK Onactivate>Self>ToggleEventEnabled> 0 1


When you click it, it disappears the brick you want,
when you click it again, it reappears it.