Thread
:
Chicken Carry and Water Maze Script Help
View Single Post
#
2
06-18-2012, 12:01 AM
Tricxta
The Muffin Man
Join Date: Oct 2010
Location: Australia
Posts: 563
Playerswimming is a passive flag, you'll need to continuously keep on checking the flag,
this can be either through a while or timeout loop.
PHP Code:
if (
playerenters
||
timeout
){
if (
playerswimming
){
playerx
=
31
;
playery
=
42
;
}
timeout
=
0.05
;
}
Tricxta
View Public Profile
View GraalOnline Profile
Find all posts by Tricxta