9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
void main()
|
|
{
|
|
if(GetIsPC(GetEnteringObject()) &&
|
|
GetLocalInt(GetEnteringObject(),"NW_JOURNAL_ENTRY" + "rottedparchment") == 1)
|
|
{
|
|
AssignCommand(GetNearestObjectByTag("SLIG001"),SpeakOneLinerConversation());
|
|
}
|
|
}
|