View Single Post
  #1  
Old 12-20-2001, 07:45 AM
r_u_f_u_s r_u_f_u_s is offline
Registered User
Join Date: Nov 2001
Posts: 220
r_u_f_u_s is on a distinguished road
Please help me with this script.

if(playertouchsme)
{
money=strtofloat(#s(server.shopmoney));
if (money >=1) {
setstring server.shopmoney,#v(money);
playerrupees+=money;

}
}


This is part of a script for a money bag that I am making. When money is made, it will be added to the server.shopmoney flag, but what I need to know is how to get it so that when the player touches the npc they will receive the amount of money in the server.shopmoney flag... (like if it's server.shopmoney=200 and they touch it they will get 200 rupees.) I got the giving money part figured out (I think), but I need someone to help me so that when the player touches it it will give the money, but at the same time it will set the server.shopmoney flag = to 0 (server.shopmoney=0)

Please help, I can't figure it out
__________________
- ¤Mâ×Îmû§¤ - Owner of Delteria - (borrowing account)
Reply With Quote