Author Topic: Water Event Zone  (Read 489 times)

I can't figure out the event to turn a block into water(I got zone events)

Ive tried
Onplayerenterzone/self/setzonewater[tickedbox/unticked]
onplayertouch/self/setzone water etc etc
Will somone tell me the correct event?

onplayertouch/self/setshapeFX/water


You own.


Yeah about that, it just makes it unuldo, but you dont fall into it like you do a water block.

First you must apply a standard zone to the brick,

onactivate/self/setzone
[0],[0,0,0]
onactivate/self/setzoneiswater [on]


First you must apply a standard zone to the brick,

onactivate/self/setzone
[0],[0,0,0]
onactivate/self/setzoneiswater [on]
Thanks, i tested before posting, it worked, tyvm

 The following error or errors occurred while posting this message:
Warning - while you were reading a new reply has been posted. You may wish to review your post. 

Nobody likes that text

First you must apply a standard zone to the brick,

onactivate/self/setzone
[0],[0,0,0]
onactivate/self/setzoneiswater [on]
try putting it in code
First you must apply a standard zone to the brick,

Code: [Select]
onactivate/self/setzone [center][0],[0,0,0]
onactivate/self/setzoneiswater [on]