Html combat system?

Place for questions and answers for all newcomers and new coders. This is a free for all forum, no question is too stupid and to noob.
Post Reply
n04h
Posts: 151
Joined: Thu Feb 10, 2011 4:48 am

Html combat system?

Post by n04h »

Is there anyway I can incorporate a html combat system into my new game?
Image
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Html combat system?

Post by Jackolantern »

Not really. HTML is static, meaning that it never changes. If you wanted to have any type of randomized combat that makes different choices each time it is played, you will have to use some kind of server-side scripting, such as PHP. You could do choose-your-own-adventure style combat where you see an enemy and choose what you want to do, but the results will be the same every time, so it will be more like it is part of the story, rather than combat.
The indelible lord of tl;dr
Post Reply

Return to “Beginner Help and Support”