I have yet another question about the rpg.
My friend is becoming lazy , and no longer wishes to have to put information in, so I'm here to ask this.
Is it possible in Javascript, to take a form
Such as:
Character Name: A
Password: BBQD
Race: Elf
Then to have that automatically create a page, known as A.htm(l), and automatically put that into there.
This is via a form also.
Then is it possible to later, have something like
A bought a bow, for 152 gold.
Thus having A's gold go down, yet gains a bow at the same time, all from recognizing something such as a password?
I think I'm going to have to go into extensive Java, C++, or some other type of language, but it can't hurt to ask.
My friend is becoming lazy , and no longer wishes to have to put information in, so I'm here to ask this.
Is it possible in Javascript, to take a form
Such as:
Character Name: A
Password: BBQD
Race: Elf
Then to have that automatically create a page, known as A.htm(l), and automatically put that into there.
This is via a form also.
Then is it possible to later, have something like
A bought a bow, for 152 gold.
Thus having A's gold go down, yet gains a bow at the same time, all from recognizing something such as a password?
I think I'm going to have to go into extensive Java, C++, or some other type of language, but it can't hurt to ask.