I have a water zone set up in my level and for whatever reason, the water bleeds into the whole level. When I look outside through a window in the level the water completely fills the ground area. Any help would be much appreciated. Here's the script i'm using.
-------------------------------------------------------------------
;Artificial Intelligence Script
;Header
desc = setup water
;Triggers
:state=0:water=1,waterfogdist=100,waterred=250,watergreen=250,waterblue=250,waterheightofzone=140,state=1
;End of Script
-------------------------------------------------------------------
Noob