water
icon = 'water.dmi'
density = usr.swim
Would this work for if your swim is 1 you can swim through otherwise you can't swim?
So.....
if(usr.swim == 1)
elsedensity = 0
density = 1
Thanks!
ID:149593
![]() Mar 29 2002, 3:35 pm
|
|
turf
water Would this work for if your swim is 1 you can swim through otherwise you can't swim? So..... if(usr.swim == 1) elsedensity = 0 density = 1 Thanks! |
![]() Mar 29 2002, 3:42 pm
|
|
Use Enter()
|