
01-17-2009, 11:57 PM
|
|
Banned
|
Join Date: Jul 2008
Posts: 83
|
|
Script help please!
|
Hi, I have a script that makes you make money for my server.
It is only temperary but it is a way to make money for now.
Basically, it shows the block.png image, and it makes it to where if you press "a" when you walk up to the block, it gives you money. It works fine but there is a glitch that I need help fixing. You can hold a and it gives you on average, 30 more bucks a minute, so i was hoping someone could help me fix it.
here is the script:
message Grab me to make money!;
function OnActionGrab();
if (actiongrab) {
player.rupees +=5;
hide;
sleep 3.6;
show;
}
you press a, it disappears for 2-3 seconds, and gives you money.
I need help making it to where you cant just press a. Where you have to keep pressing "A".
tHANKS
-jamerson |
|
|
|