14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetEnteringObject();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
|
|
|
|
FloatingTextStringOnCreature("This crevace more than likely empties in to the River Hlal..", oPC, FALSE);
|
|
|
|
DestroyObject(OBJECT_SELF);
|
|
}
|