but ppl won't lame the island with all those.. if it gets out of control the govenor or other high rank will take it. after all its only u and the high rank that can do that and high rank members won't destroy property for fun.
hm anyways guy just wondering... i trying to make gravity script. all i got at the moment is...
falling= true;
while (falling==true)
{
playery = playery + 1;
sleep .05;
if (keydown(A))
{
playery = playery - 2;
if (playery > 60)
{
playery = playery - 2;
}
}
}
anyone help me finish it off please??
http://forums.graalonline.com/forums...e=1&p=1020308#
Frown I really need help with this 1