Topic
:
PLS REMOVE THIS.
View Single Post
06-19-2013
7
BabyGhost
Player Relations
Join Date: Jan 2012
Posts: 1,506
Add a timer to the pull. So that the player will need to double tap quickly in order to pull.
Spoiler
I'm feeling very nerdy today so here we go.
(If player grabs a wall)
{
(if timer == 0)
timer = 2;
else
pull = true;
}
Then make the timer passively subtract itself by 1 every half a second until it reaches 0. I don't know how the graal script works but just to give you guys an idea.
BabyGhost
View Public Profile
Send a private message to BabyGhost
Find More Posts by BabyGhost