hey James, i tried the code.What i did is I created a new con-code named dkgame.con and I put this text in it
oneventonevent EVENT_GETLOADTILE
setvar RETURN <3281>
endevent
Put a include dkgame.con in game.con and i get a error. If you create new con-code´s do you need to put any text in the file or? And how does the animation precisely work
This is the error I get:
Including: dkgame.CON (62 bytes)
dkgame.CON: In event `EVENT_GETLOADTILE':
dkgame.CON:2: error: parameter `' is undefined.
dkgame.CON:2: error: expected a keyword but found `'.
GAME.CON:34: error: parameter `ANULLACTION' is undefined.
GAME.CON:34: error: expected a keyword but found `0'.
Found 0 warning(s), 4 error(s).
I haven't done any con-coding in the past and I do want to know how the things work. Hopefully I can start with simple con-coding