Hello,
In my website they can get a GameCode. (its generate with a formula)
With this code they can start a game. (in fpsc)
Thus before the game begins the code must be entered in some menu.
When they win the game, the game shows a WinCode.
The WinCode is the result of the gamecode and a formula.
simmple example:
GameCode in website = 6 (formula 2*3)
WinCode = 3 (formula 6/2)
The wincode must be entered in de website so they can collect their credits.
Questions:
- Can i make a menu in fpsc for the input of the GameCode
- Can i calculate the WinCode from the GameCode
- How can i show the WinCode at the end of the game (its never the same code ?? huds??)
Thanks!
The world en me