PDA

View Full Version : ComboT



Joe123
10-11-2007, 03:05 AM
if( ComboT[ComboAt(Link->X,Link->Y)] == 58)

I'm thinking that this statement should check if the combo where link is standing is a shallow water combo or not. However it won't compile, have I got the syntax wrong or something?

DarkDragon
10-11-2007, 03:16 AM
You need Screen-> before ComboT.

Joe123
10-11-2007, 03:24 AM
Thankyou