-
Account Upgraded | Title Enabled!
Little Help With This
#region Profanity
if (CLNPC == 30161)//Profanity
{
if (_NPCcontrol == 0)
{
CmdNPC.Face("Hello I Can Give You Weapon profanity.");
CmdNPC.Say("Would You Like Some profanity");
CmdNPC.Link("Yes I Do", 1);
CmdNPC.Link("No I Dont Get Lost", 255);
CmdNPC.Finish();
}
if (_NPCcontrol == 1)
{
/prof Dagger 20
}
}
#endregion
What im trying to do is add an npc that will give people profanity.If anyone can help me with this i would really love that.Please dont put dumstuff here.
-
-
Account Upgraded | Title Enabled!
Re: Little Help With This
LOL, make parsecommand to a public & Right World.ParseCommand(Client, "/prof Dagger 20");
-
Account Upgraded | Title Enabled!
Re: Little Help With This
#region Furniture Seller
if (CLNPC == 30161)//FurnitureStore
{
if (_NPCcontrol == 0)
{
CmdNPC.Face(10);
CmdNPC.Say("Would You Like Some profanity");
CmdNPC.Link("Yes I Do", 1);
CmdNPC.Link("No I Dont Get Lost", 255);
CmdNPC.Finish();
}
if (_NPCcontrol == 1)
{
World.ParseCommand(Client, "/prof Dagger 20");
World.ParseCommand(Client, "/prof Club 20");
World.ParseCommand(Client, "/prof Blade 20");
World.ParseCommand(Client, "/prof Sword 20");
World.ParseCommand(Client, "/prof Backsword 20");
World.ParseCommand(Client, "/prof Hook 20");
World.ParseCommand(Client, "/prof Whip 20");
World.ParseCommand(Client, "/prof Axe 20");
World.ParseCommand(Client, "/prof Hammer 20");
World.ParseCommand(Client, "/prof Scepter 20");
World.ParseCommand(Client, "/prof Glaive 20");
World.ParseCommand(Client, "/prof Poleaxe 20");
World.ParseCommand(Client, "/prof LongHammer 20");
World.ParseCommand(Client, "/prof Scythe 20");
World.ParseCommand(Client, "/prof Spear 20");
World.ParseCommand(Client, "/prof Halberd 20");
World.ParseCommand(Client, "/prof Wand 20");
World.ParseCommand(Client, "/prof Bow 20");
World.ParseCommand(Client, "/prof Shield 20");
}
}
#endregion
like that?Shows up Errors lmao:D 38 of them.
-
Account Upgraded | Title Enabled!
Re: Little Help With This
properly because your grouping all if them, and your worl.parsecommand may be different values :/
-
Account Upgraded | Title Enabled!
Re: Little Help With This
-
Enthusiast
Re: Little Help With This

Originally Posted by
petertoft
How should i space it.
Wtf is Profanity? You mean Proffiency
-
Account Upgraded | Title Enabled!
Re: Little Help With This
-
Account Upgraded | Title Enabled!
Re: Little Help With This
Lmao miss spell i used google lmao