Initial commit
Initial commit [v9.7]
This commit is contained in:
17
_module/nss/ghost1.nss
Normal file
17
_module/nss/ghost1.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
|
||||
|
||||
FloatingTextStringOnCreature("A corpse lies strewn about the center of the room.", oPC, FALSE);
|
||||
FloatingTextStringOnCreature("Tatters of ragged cloth, mildew and rotten, cling to its ribcage.", oPC, FALSE);
|
||||
FloatingTextStringOnCreature("Clutched in its left hand is a piece of parchment, stained and crumbling.", oPC, FALSE);
|
||||
|
||||
|
||||
DestroyObject(OBJECT_SELF);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user