View Single Post
  #2  
Old 06-28-2002, 10:19 AM
Legondary_MyTH Legondary_MyTH is offline
Registered User
Join Date: May 2002
Location: Levelville
Posts: 420
Legondary_MyTH is on a distinguished road
Re: Another Question =X

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
}
__________________
ArchMage Amedeus Valoryn of Zormite
Manager of Anarchy
Past Jobs:
Levels Admin on Renegade
LAT on Doomsday,Babylon,G3K
Developer on Faheria,Babylon
GP on Sanstrata,G3K
Reply With Quote