Lankhmar_PRC8/_module/nss/use_blody_sewind.nss

13 lines
304 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oPC = GetLastUsedBy();
SetLocalInt(oPC, GetTag(OBJECT_SELF), TRUE);
ActionSpeakString("The Eel<65>s windows are barred, and are usually tightly shuttered to keep out the dust and night-smogs. They are opened in the spring, when even Braggi feels a need to air the place out.");
}