Try these. YOu might have to have the "then" code all in one line.
; eric
if (talkto==1) then
{
titletext ["\n\nNo thanks, maybe later.", "plain down"];
ateric=false;
play1 removeaction renteric;
play1 removeaction renteric2;
talkto=0;
exit;
}
; svetlana
if (talkto==2) then
{
titletext ["\n\nGo to hell, whine!", "plain down"];
atsvetlana=false;
play1 removeaction rentsvetlana;
play1 removeaction rentsvetlana2;
talkto=0;
exit;
}
...
; eric
if (talkto==1) then
{
titletext ["\n\nNo thanks, maybe later.", "plain down"];ateric=false;play1 removeaction renteric;play1 removeaction renteric2;talkto=0;exit;
}
; svetlana
if (talkto==2) then
{
titletext ["\n\nGo to hell, whine!", "plain down"];atsvetlana=false;play1 removeaction rentsvetlana;play1 removeaction rentsvetlana2;talkto=0;exit;
}