Curious Cutin Questions

Jibberish

New member
Messages
9
Points
0
So I was just curious. I have never tried this before and thought I had better ask before I make a fool of myself.

Is it possible to have a curtain change mid-conversation. 

Like uhh in the one message have him go from happy to sad to crying without needing to press enter

In my head something like

Cutin1
Starttimer

Ontimer cutin 2

ontimer cutin 3

 
Yes. you wuold need to first remove the last cutin usnig

cutin "",255;then add your new cutin
e.g.

Code:
cutin "kafra_07",2;
mes "this is cutin 1";
next;
cutin "",255;
mes "this is no cutin";
next;
cutin "kafra_06",2
mes "this is cutin 2";
close2;
cutin "",255;
end;
 
Last edited by a moderator:
Back
Top