Pressure Plate Puzzle - 1st April
- Ibrahim Hussain
- Apr 1, 2024
- 1 min read
Added a new puzzle which requires a player or simulated object to stand on it for it to activate.
New puzzle class
Implements interact system
Checks for player or simulated object
Complete puzzle checks
Issues
While the pressure plate was replicated over the network, it could still be activated by individual clients. To resolve this I replicated the state of the pressure plate so that it can be activated only once for all clients regardless of which client activated it.
Comments