If I have a normal default door and event it as such:
onActivate->Self->playSound [wrenchMiss.wav]
onActivate->Client->CenterPrint [This door is locked.] [3]
When I load it I get:
onActivate->Self->door [toggle]
onActivate->Self->playSound [wrenchMiss.wav]
onActivate->Client->CenterPrint [This door is locked.] [3]
Come on. If I wanted it to be there, it'd be there. Now I've got like 10 doors I gotta remove this from.
If people happen to load/save with out events then isn't that their fault?