|
Post by ninjadude007 on Jul 8, 2005 10:58:17 GMT -5
I have no experience in scripting and I was wondering, is it possible to make an RPG with no scripting?
|
|
|
Post by Nailog on Jul 8, 2005 15:35:53 GMT -5
It is possible, but I wouldn't recommend it.
I'd advise spending a lot more time on simpler games, learning how to solve programming problems you run into while trying to make things happen the way you want them to happen. I'd advise learning GML so you can take advantage of the extra power given to you, like while and for loops, data structures (including arrays), and switch statements.
After that, I'd say go ahead and attempt an RPG. Without GML or general programming knowledge, it will be a very slow process.
|
|