14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetEnteringObject();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
|
|
|
|
FloatingTextStringOnCreature("Some of his guards stay in here too..", oPC, FALSE);
|
|
|
|
DestroyObject(OBJECT_SELF);
|
|
}
|