11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetEnteringObject();
|
|
|
|
if (GetIsPC ( oPC ) )
|
|
{
|
|
string message = "You enter a small larder, filled with various basic foodstuffs.";
|
|
FloatingTextStringOnCreature( message, oPC, FALSE );
|
|
}
|
|
}
|