the gm
i have gotten better usin scripting with the game maker. is it any different with dink scripting?
Of course it is, it's intended for Game Maker!
really so the "rudiments of scripting" will help me for makin a dmod and scripting with the gamemaker?
It will help you with making a D-Mod. Game Maker isn't DinkC, duh.
Only the syntax is the same, and then even only some of that. Most scripting languages are based on C anyway.
Only the syntax is the same, and then even only some of that. Most scripting languages are based on C anyway.
Most scripting languages are based on C anyway.
Hmm, would that be the case? Many languages (both programming and scripting) using the imperative programming paradigm have similar constructs anyway, like for-loops, if-statements and they could share some syntactic sugar like switch(..) and such but C has specific characteristics that other languages don't have. Just because the syntax is similar, that doesn't mean the language is based on C.
Hmm, would that be the case? Many languages (both programming and scripting) using the imperative programming paradigm have similar constructs anyway, like for-loops, if-statements and they could share some syntactic sugar like switch(..) and such but C has specific characteristics that other languages don't have. Just because the syntax is similar, that doesn't mean the language is based on C.








