Hy all... I have question:
I created dialog and like to make couple options... But I want, that those options have level req... egzample:
Do you want buy some relics?
- Option 1 (Yes, show me some of your items) ---> Link.l1.go = "shop1";
- Option 2 (Yes, show me some of your "better" Items) ---> Link.l2.go = "shop2";
and Option2 I want to make something like this:
If caracter lvl < 20,
then --> "Sorry, you are not ready for them...",
else --> Open shop... blah blah... blah...
Question is: I don't know how to use <b>IF</b> function (I'm new at this), Could someone write how should look If function in dialog.c file when need to check players lvl...
P.S. Sorry for my REALY bad English
I created dialog and like to make couple options... But I want, that those options have level req... egzample:
Do you want buy some relics?
- Option 1 (Yes, show me some of your items) ---> Link.l1.go = "shop1";
- Option 2 (Yes, show me some of your "better" Items) ---> Link.l2.go = "shop2";
and Option2 I want to make something like this:
If caracter lvl < 20,
then --> "Sorry, you are not ready for them...",
else --> Open shop... blah blah... blah...
Question is: I don't know how to use <b>IF</b> function (I'm new at this), Could someone write how should look If function in dialog.c file when need to check players lvl...
P.S. Sorry for my REALY bad English