2014-02-07 20:54:02 +00:00
/**************************************************************************************************************************
MENUS PHRASES
**************************************************************************************************************************/
MENU_WHOAMI(player p, bot b)
{
menu_who_am_i [Who are you?]
}
MENU_WHOISKARAVAN(player p, bot b)
{
(b.race = karavan)
2016-10-30 18:32:19 +00:00
menu_who_is_karavan [What is the Khan?]
2014-02-07 20:54:02 +00:00
}
////////////////////////////////////////////// NEWBIELAND GUARDS /////////////////////////////////////////////////////////////////////////
WHOAMI_NEWBGUARD (player p, bot b)
{
2016-10-30 18:32:19 +00:00
whoami_newbguard [Greetings, young ra. If you get into bother come and find me and I shall rally to your defense.]
2014-02-07 20:54:02 +00:00
}
////////////////////////////////////////////// NEWBIELAND MERCHANTS ///////////////////////////////////////////////////////////////////////////
WHOAMI_NEWBMERCHANT_WEAPON ()
{
whoami_newbmerchant_weapon [Greetings, young newcomer ! I sell a terrific selection of hand weapons. You'll need a weapon to fight the dangerous animals roaming the area!]
}