7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oDoor=OBJECT_SELF;
|
||
|
object oPC=GetClickingObject();
|
||
|
ActionSpeakString("This door is locked and is warded against spells. The complex lock cannot be picked.");
|
||
|
}
|