One last thing.
How can I "END" the game ?
I can't find a command that says ENDGAME or something.
How can I "END" the game ?
I can't find a command that says ENDGAME or something.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function Man_Talk()
{
cJerk.LockView(2);
cJerk.Animate(1, 6);
cJerk.UnlockView();
}
function cChar1_Talk()
{
Man_Talk();
dDialog1.Start();
}
// Dialog script file
@S // Dialog startup entry point
EGO: Who are you ?
Man_Talk();
MAN: A man !
return
@1
MAN: Just a man ...
EGO: ok, ok
Man_Talk();
MAN: No, i can't.
EGO: Please take these drugs to the police.
return
@2
Man_Talk();
MAN: NO !
stop
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.042 seconds with 13 queries.