View Single Post
  #4  
Old 10-21-2001, 11:50 PM
Jerom Jerom is offline
Banned
Jerom's Avatar
Join Date: Mar 2001
Location: In a Trash Can
Posts: 3,708
Jerom is on a distinguished road
Send a message via AIM to Jerom
Quote:
Originally posted by 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?
Would require the merchants to wear numbers above their heads as well as giving them IDs, and it would be best to use tokenize with that.
Reply With Quote