
10-21-2001, 11:46 PM
|
|
Legendary Red Fish
|
 |
Join Date: Mar 2001
Location: Western PA
Posts: 2,384
|
|
|
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
|
|
|
|