Page 1 of 1

Question about touch water

Posted: 07 Sep 2014, 14:52
by alividerci
I confused why short water not detected IsInWater?(Short water mean where player can not swim)

Re: Question about touch water

Posted: 08 Sep 2014, 11:53
by alividerci
Hey, nobody dont know?

Re: Question about touch water

Posted: 08 Sep 2014, 13:42
by Eole
IsInWater is set at True only when the player swim, as long as the player don't swim it's False.

Re: Question about touch water

Posted: 08 Sep 2014, 14:26
by alividerci
Eole wrote:IsInWater is set at True only when the player swim, as long as the player don't swim it's False.
ok, what me do? I want doing damage when player fall on ground but i dont want get damage when player fall in short water
damage count through difference values(last value in air and first value on ground) i set 1000 if difference more than that value plyer get value, but short water broken this logic system i think you must dedicate new mode for this place