14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetEnteringObject();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
|
|
|
|
FloatingTextStringOnCreature("This is Basharat's bedroom", oPC, FALSE);
|
|
|
|
DestroyObject(OBJECT_SELF);
|
|
}
|