Quote from: monkey_05_06 on Mon 22/08/2005 00:41:05
Oh my.Ã, Please do the tutorial.Ã, PLEASE.Ã, Let me try to fix this before it gets any worse.Code: ags function dialog_request(int param) { Ã, if (param == 1) AnimateCharacter(JIL, ...); Ã, else if (param == 2) AnimateCharacter(EGO, ...); Ã, }
Learn how to use if statements and you may be able to write working code.
monkey_05_06, i did the tutorial at least 10 times don't worry. Problem is, Chris Jones couldn't make RunScript X explanation very clear. Chris should have told what X is in RunScript X. i simply understand that X is an integer, not parameter.
There is also some inadequete parts in tutorial.Ã, Some examples in text script functions are not clear. Anyway, i got your solution. Thanks...
P.S: i made 4 games with AGS. 2 of them are published in this site. IF i wouldn't know how to use if statements, i couldn't make those games
