Thread: help!
View Single Post
  #2  
Old 11-09-2001, 09:13 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
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;
}



Reply With Quote