Added Daz's persistent NUI storage. Added instanced player room at the Inn of the Flying Monkey. Added PnP cockatrice & dire weasel. Full compile.
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
//Allow PC to see his description.
|
|
void main()
|
|
{
|
|
object oPC=GetLastUsedBy();
|
|
|
|
AssignCommand(oPC,ActionExamine(OBJECT_SELF));
|
|
}
|