Initial commit
Initial commit [v9.7]
This commit is contained in:
12
_module/nss/fltng_txt_wrm_fl.nss
Normal file
12
_module/nss/fltng_txt_wrm_fl.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
FloatingTextStringOnCreature("This passage to the southern catacombs has collapsed and is impassible.", oPC, FALSE);
|
||||
|
||||
DestroyObject(OBJECT_SELF);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user