Action: Difference between revisions
From IFWiki
DavidFisher (talk | contribs) m (Added link to Feedback (new topic)) |
mNo edit summary |
||
Line 1: | Line 1: | ||
Anything the [[PC]] does in the [[game world]]. The action happens in response to a [[command]] (e.g. "jump" in "jump on the pony"). A complex [[ | Anything the [[PC]] does in the [[game world]]. The action happens in response to a [[command]] (e.g. "jump" in "jump on the pony"). A complex [[goal]] will often require numerous discrete actions. | ||
If the command is not recognized by the game world (e.g. there is no pony present), then the command is not converted into an action. If the player's attempt to act is unsuccessful (e.g. the pony runs away) but still somehow useful (e.g. the pony will now perform some useful action in another location), a command that does not achieve its intended effect may still be considered an action. | If the command is not recognized by the game world (e.g. there is no pony present), then the command is not converted into an action. If the player's attempt to act is unsuccessful (e.g. the pony runs away) but still somehow useful (e.g. the pony will now perform some useful action in another location), a command that does not achieve its intended effect may still be considered an action. | ||
It is considered good style for a game to give [[feedback]] to a player who has performed an incorrect action but is on the right track. | It is considered good style for a game to give [[feedback]] to a player who has performed an incorrect action but is on the right track. | ||
[[Category:Glossary]] [[Category:Commands| Action]] | [[Category:Glossary]] [[Category:Commands| Action]] |
Latest revision as of 13:41, 29 July 2009
Anything the PC does in the game world. The action happens in response to a command (e.g. "jump" in "jump on the pony"). A complex goal will often require numerous discrete actions.
If the command is not recognized by the game world (e.g. there is no pony present), then the command is not converted into an action. If the player's attempt to act is unsuccessful (e.g. the pony runs away) but still somehow useful (e.g. the pony will now perform some useful action in another location), a command that does not achieve its intended effect may still be considered an action.
It is considered good style for a game to give feedback to a player who has performed an incorrect action but is on the right track.