13 lines
161 B
Plaintext
13 lines
161 B
Plaintext
|
//Put this OnEnter
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetEnteringObject();
|
||
|
|
||
|
if (!GetIsPC(oPC)) return;
|
||
|
|
||
|
AddJournalQuestEntry("PlayerRules", 1, oPC, FALSE, FALSE);
|
||
|
|
||
|
}
|
||
|
|