7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
void main()
|
|
{
|
|
object oUnlocker = GetLastUnlocked();
|
|
|
|
SetLocalInt(oUnlocker,"nPickedChurchDoor",1);
|
|
}
|