Lankhmar_PRC8/_module/nss/use_blody_sewind.nss
Jaysyn904 ebc0c6a9b2 Initial commit
Initial commit [v9.7]
2025-04-03 12:54:47 -04:00

13 lines
304 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

void main()
{
object oPC = GetLastUsedBy();
SetLocalInt(oPC, GetTag(OBJECT_SELF), TRUE);
ActionSpeakString("The Eels 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.");
}