/* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
/*
/* LACT: dlg;line_no;{cond|comm} (This statement is optional)
/*
/* ACTION: verb_no;{cond|comm} (This statement is optional)
/*
/* Action 0 - Exit
ACTION: 0;IFOBJ 1;MEXIT;GOTO 25,2
ACTION: 0;IFOBJ 2;MEXIT;GOTO 35,1
/* Action 1 - Give
/*
/* Action 2 - Pick up
/*
/* Action 3 - Use
/*
/* Action 4 - Open
/*
/* Action 5 - Talk to
ACTION: 5;IFOBJ ROBJ1|ROBJ3;IFRF 2=1;MOBJ ROBJ3;SAY Hello!;RESP R,18,I told you to go away! We don't like stupid creeps like you!;EXIT
ACTION: 5;IFOBJ ROBJ1|ROBJ3;SETRF 2=1;MOBJ ROBJ3;SAY Hello, what are you doing here?;RESP S,18,Don't ask stupid questions! We are cooking our lunch, as you can see.;RESP R,18,Now go away! We don't like guests like you!;EXIT
/* Action 6 - Consume
/*
/* Action 7 - Close
/*
/* Action 8 - Look at
ACTION: 8;IFOBJ ROBJ2;MOBJ;SAY I fear they are going to eat him.;EXIT
ACTION: 8;IFOBJ ROBJ1;MOBJ;SAY Do you see how this fat cannibal licks his lips?;SAY Disgusting, isn't it?;EXIT
ACTION: 8;IFOBJ ROBJ3;MOBJ;SAY His white suit looks very expensive.;EXIT