Table of Contents

Method ActionSit

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ActionSit(NwPlaceable, bool)

Instructs the creature to sit in the specified placeable.

public Task ActionSit(NwPlaceable sitPlaceable, bool alignToPlaceable = true)

Parameters

sitPlaceable NwPlaceable

The placeable to sit in. Must be marked useable, empty, and support sitting (e.g. chairs).

alignToPlaceable bool

If true, auto-aligns the creature to the placeable's rotation. Otherwise, this creature will face East (0).

Returns

Task