Quote:
Originally posted by Artificial_Sweetener
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 ..
|
// NPC made by Wryoko Durime
if (playertouchsme&&strequals(#g,Bartender)&&){
setani poorbeer,;thats what id use
}