11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
#include "rhs_include"
|
|
#include "zzdlg_main_inc"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
object oDatabase = GetItemPossessedBy(oPC, PC_DATABASE);
|
|
|
|
_dlgStart(oPC, oDatabase, RHS_HOUSE_ENTRY_CONVERSATION, 1, 1, 1);
|
|
}
|