Dualnames
I have included what you said but no avail, so far
Code: ags
Thanks anyhow
I have included what you said but no avail, so far
// Dialog script file
@S // Dialog startup entry point
Chris: We need to pull together.
Chris: What do you have in your pockets Dopey?
Richy: Let me see...
return
@1
Richy: A penknife
Chris: That could prove handy. Can I borrow it?
Richy: Sure
cChris.AddInventory(iknife);
option-off 1
return
@2
Richy: A shopping reciept.
Chris: Paper. Mm, could be useful to start a fire!
Richy: A fire??
Chris: One never knows
cChris.AddInventory(ipaper);
option-off 2
return
@3
if (cChris.HasInventory(iskunk))
{
Richy: Skunk. But I've only got a little left.
Chris: That's ok I have some.
option-off-forever 3
}
else
{
Chris: Can I have some?
Richy: What for: I've only an ounce left!
Chris: I have an idea.
Richy: Ok but you owe me Del.
Chris: Cheers mate
Richy: Yeh
cChris.AddInventory(iskunk,6);
}
option-off-forever 3
return
@4
Chris: Cheers.
Richy: Hope the things can help us!
stop
Thanks anyhow