Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   help! (https://forums.graalonline.com/forums/showthread.php?t=16448)

jonny12 11-09-2001 04:35 AM

help!
 
i need the comand to tracfer cash from one player to another like in the trading house.

i need it for my leave i am making.

thanks!

:D :) :D

nyghtGT 11-09-2001 09:13 AM

this is just using an NPC the player has as well as the trading scripts ......
on the tradig NPC have it set the variable 'rupeeaddamt' to the number the player bought the item for aso have a variable for when the trade is done ... .... Then on the Players NPC have this ...
NPC Code:

NPC Code:

if (tradedone=1) {
playerrupees+=rupeeaddamt;
}





All times are GMT +2. The time now is 10:18 PM.

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