Anyone knows a solution?arachnotron wrote:But I don't want to use a switch. Im making a realistic map and doors must be opened by pushing them not with switches.Kappes Buur wrote:Use a switch instead of a linedef in front of the door.arachnotron wrote: what to do with this?
Spoiler:
I've tried several different delay values and 35*1 seems like the minimum in order for it to not glitch when I spam use on the linedef, but 1 second of delay is too long...
Why isn't the script waiting until the polyobject has moved to do anything else?
I also want to add a sound right when the door closes, like a slam shut sound, and I remember reading there was a way to trigger something right when a movement is completed. Perhaps it could be done too to avoid the glitch when you spam use on the linedef, but isn't TagWait supposed to do that?
Im not sure if im being clear.