7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object PC = GetEnteringObject();
|
||
|
AddJournalQuestEntry("qj" + GetSubString(GetTag(OBJECT_SELF),1,3), 1, PC, FALSE);
|
||
|
ExecuteScript("mon_enter", OBJECT_SELF);
|
||
|
}
|