View Single Post
  #1  
Old 06-28-2002, 10:17 AM
Artificial_Sweetener Artificial_Sweetener is offline
Registered User
Artificial_Sweetener's Avatar
Join Date: Mar 2002
Posts: 758
Artificial_Sweetener is on a distinguished road
Another Question =X

Ok I'm working on a bar script and I just need help with one thing. I'm trying to make it where you have to touch a npc and say something like 'pour beer' and if that player has a bartender tag..
This is what I got so far:
NPC Code:

// NPC made by Wryoko Durime
if (playertouchsme&&strequals(#g,Bartender)&&){
Command;
}


I need to make it where if the player say's Pour Beer it will attach a beer npc on the player.. I can probally figure out the attachment part but I really could use some help with the other part. Thanks ..
__________________
OOC: Scarlett (Head Auctioneer)
IC: Queen Arianna Durime of (Inra)
Reply With Quote