> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/the-insurgents-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/the-insurgents-handbook/scripts/vm-call-targets/set-kubifuri-status.md).

# Set Kubifuri Status

### Signature

```c
void setkubifuristatus(int state); //id:0x0494
```

### Description

Starts or stops a character (current script) from looking around every couple of seconds.

### Arguments

#### State

Sets the character's look around state to either off (0) or on (1).

### Notes

{% hint style="info" %}
A character looking around can take several seconds to complete. Afterwards they will look straight for an unknown time until they start looking around again.
{% endhint %}
