GameDesign: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 153:
* <i>state</i><br>
State is a number expressing the state in which the player is. There are four states:
When we create the entity, by default, the state is <b>Have to login</b>. Once you have logged in correctly, the state changes to <b>Login Complete</b> and once the player has chosen a Character it changes to <b>game begin</b>. The logout state is pretty trivial :)
| |||