13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetLastOpenedBy();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
{
|
|
FloatingTextStringOnCreature("As the door opens, an inexplicable feeling of dread comes over you", oPC, TRUE);
|
|
//SendMessageToPC(oPC, "A feeling of inexplicable dread comes over you as you open this door");
|
|
}
|
|
|
|
}
|