Initial commit
Initial commit [v9.7]
This commit is contained in:
13
_module/nss/fltg_txt_hlal1.nss
Normal file
13
_module/nss/fltg_txt_hlal1.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
|
||||
|
||||
FloatingTextStringOnCreature("The River Hlal must feed into this room..", oPC, FALSE);
|
||||
|
||||
DestroyObject(OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user