Difference between revisions of "Occupation"

From NetHackWiki
Jump to navigation Jump to search
m
m (references section)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
In ''[[NetHack]]'', an '''occupation''' is any action that takes multiple turns to finish.
+
In ''[[NetHack]]'', an '''occupation''' is an interruptible action that takes multiple turns to finish.
  
You may be interrupted during an occupation, and resume an occupation after being interrupted.{{refsrc|src/cmd.c|230|version=NetHack 3.6.6}}
+
You may resume an occupation after being interrupted.{{refsrc|src/cmd.c|230|version=NetHack 3.6.6}}
  
{{todo|precise mechanics of occupation, interruption, and resumption}}
+
{{todo|Precise mechanics of occupation, interruption, and resumption: Whether progress of the occupation after resumption is preserved or discarded depending on other actions.  Also, does it take a turn (during which you make no progress) when you start/resume/get interrupted?  Also, what events interrupt you?
 +
}}
  
 
== List of occupations ==
 
== List of occupations ==
Line 19: Line 20:
 
== See also ==
 
== See also ==
 
* [[Helpless]], for multi-turn conditions that can't be interrupted
 
* [[Helpless]], for multi-turn conditions that can't be interrupted
 +
 +
== References ==
 +
<references/>
  
 
{{stub}}
 
{{stub}}
 
{{nethack-366}}
 
{{nethack-366}}

Latest revision as of 03:51, 3 November 2021

In NetHack, an occupation is an interruptible action that takes multiple turns to finish.

You may resume an occupation after being interrupted.[1]

A user has suggested improving this page or section as follows:

"Precise mechanics of occupation, interruption, and resumption: Whether progress of the occupation after resumption is preserved or discarded depending on other actions. Also, does it take a turn (during which you make no progress) when you start/resume/get interrupted? Also, what events interrupt you? "

List of occupations

The following information pertains to an upcoming version (NetHack 3.7.0). If this version is now released, please verify that it is still accurate, then update the page to incorporate this information.

Engraving is an occupation

See also

  • Helpless, for multi-turn conditions that can't be interrupted

References

This page is a stub. Should you wish to do so, you can contribute by expanding this page.