Alangara_PRC8/_module/nss/mn_entertoilet.nss

11 lines
262 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
void main()
{
object oPC = GetEnteringObject();
if (GetIsPC ( oPC ) )
{
string message = "Despite the flowers and incense, the smell of this room tells you that this is a privy.";
FloatingTextStringOnCreature( message, oPC, FALSE );
}
}