code/modules/tutorials/newbee/newbee_tutorial.dm 
/proc/make_hud_point | Points from a mob to a target X/Y point; meant for HUDs. See also: screen_loc_to_pixel_offset |
---|---|
/proc/screen_loc_to_pixel_offset | For a client and target screen location, give a pixel offset from the client to the bottom-left corner of the location on screen |
/datum/tutorialStep/newbee/move_to | Steps that direct the player to move to a location |
/datum/tutorialStep/newbee/timer | Show countdown clock and move to the next step after NEWBEE_TUTORIAL_TIMER_DURATION |
/datum/tutorialStep/newbee/item_pickup | Spawn an item of the given type at given landmark, and continue when picked up |