13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Make sure the PC speaker has these items in their inventory
|
||
|
|
||
|
if(HasItem(GetLastUsedBy(),"keyofopening"))
|
||
|
ActionStartConversation(GetLastUsedBy(),"bookmiddle",TRUE);
|
||
|
|
||
|
|
||
|
}
|