I have used the following code to spawn a pressure plate, however when I do this I notice that once its spawned the surrounding area or (border) around the pressure plate starts moving or flickering?
Has anyone else experienced this or know what it might be please? I have tried altering my graphics settings but that does not resolve it. It only happens if I spawn a new pressureplate... Whats also odd is that after a period of time it just stops flickering.
Let me know if anyone has a fix or possible workaround.
-- Pressure Plate Generation Section
function presp1()
spawn("deep_temple_pressure_plate", party.level,10,18,1,"prespt2")
playSoundAt("wall_sliding_lock",party.level,10,18)
party:shakeCamera(0.2,0.2)
prespt2:addConnector("activate", "script_entity_28", "presp2")
prespt2:setActivateOnce(true)
Many Thanks