Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:45 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.