Method ActionSit
ActionSit(NwPlaceable, bool)
Instructs the creature to sit in the specified placeable.
public Task ActionSit(NwPlaceable sitPlaceable, bool alignToPlaceable = true)
Parameters
sitPlaceableNwPlaceableThe placeable to sit in. Must be marked useable, empty, and support sitting (e.g. chairs).
alignToPlaceableboolIf true, auto-aligns the creature to the placeable's rotation. Otherwise, this creature will face East (0).