View Single Post
  #3  
Old 10-21-2001, 11:46 PM
Hulk Hogan Hulk Hogan is offline
Legendary Red Fish
Hulk Hogan's Avatar
Join Date: Mar 2001
Location: Western PA
Posts: 2,384
Hulk Hogan is on a distinguished road
Send a message via ICQ to Hulk Hogan Send a message via AIM to Hulk Hogan
maybe add a

if (playerchats && stequals(#c,Buy from merchat 1)) {
set buyingfrommerchat1;
}

and then at the begining of your script add this to the
"if (playertcouchsme)"

if (playertouchsme && buyingfrommerchat1) {

and then just add an "unset buyingfrommerchat1" at the end?

and then change it for each merchat or npc to buyingfrommerchat2 or whatever flag you want to use?
__________________

The infamous red fish is back.


-aim- |
Andrew5656
-email- | [email protected]
-quote- | "You dont need a weatherman to know which way the wind blows."
"Its funny. The end of time has just begun."-Bob Dylan
Reply With Quote