Hello! everyone i needed some help in IF statement. In Diegoisasewsome's tutorial he says that if always have a 0x1 and 0x0 parameters or if is always covered by goto statement. But when i decompile a in game script it have a if with 0x4 parameters after a compare variable statement and it is covered by call not goto. it is in this form :-
Quote:
compare 0x4055 0x2
if 0x4 call @start
|
My question is that for what 0x4 is used for and why call is used here?