# 전체 공통：조건 설정

<table><thead><tr><th width="201">종류</th><th>비교하는 것</th><th>비교 대상이 되는 것</th></tr></thead><tbody><tr><td>득표수</td><td>임의의 투표 단계에서의 임의의 선택지의 표 수</td><td>임의의 수</td></tr><tr><td></td><td></td><td>같은 투票 단계의 임의의 다른 선택지의 표 수</td></tr><tr><td>액션 실행 횟수</td><td>임의의 액션을 임의의 캐릭터가 몇 번 실행했는지</td><td>임의의 수</td></tr><tr><td>토큰 보유 수</td><td>임의의 캐릭터가 가지고 있는 토큰의 보유 수</td><td>임의의 수</td></tr><tr><td></td><td></td><td>특정 캐릭터가 가지고 있는 토큰의 보유 수</td></tr><tr><td>단계 루프 횟수</td><td>어떤 단계가 몇 번 통과되었는지</td><td>임의의 수</td></tr></tbody></table>

**누군가**

「누군가」에는, 「특정한 누군가」와 「누구든지」의 2종류가 있습니다.

<figure><img src="https://github.com/uzu-inc/studiov2-document/blob/main/packages/ko/.gitbook/assets/image%20(150).png" alt=""><figcaption></figcaption></figure>

**특정한 누군가**\
액션의 실행이나 단서의 소유를 조건으로 하고 싶은 경우, 「그 캐릭터」를 사용함으로써, 그 액션을 실행한 사람만, 그 단서를 가지고 있는 사람만 등으로 제한을 걸 수 있습니다.

\*\*「특정한 누군가가 ○○를 하지 않았다」\*\*라는 조건을 사용할 때는, 캐릭터 중 한 사람이라도 그 행동을 하지 않은 사람이 있다면, 계속 조건을 만족한 상태가 되어 버린다는 점에 주의하세요.

또한, 「특정한 누군가가」로 시작하는 조건을, 같은 박스 내에서 복수 사용한 경우에는, 같은 사람이 여러 행동을 했을 때에만 조건을 만족하게 됩니다.

<figure><img src="https://github.com/uzu-inc/studiov2-document/blob/main/packages/ko/.gitbook/assets/image%20(151).png" alt=""><figcaption></figcaption></figure>

**누구든지**

긍정으로 사용할 때는 「특정한 누군가」와 같은 의미입니다. 「○○하지 않았다」라는 부정의 조건으로 사용할 때는 「**전원**이 ○○하지 않았다」라는 의미가 됩니다.

**조건 그룹**

일부 조건 설정에서는 조건 그룹도 사용할 수 있습니다. 조건 그룹을 사용하면, **「그리고」와 「또는」의 복합 조건**을 설정할 수 있습니다.

조건 그룹으로의 변경은, 평소처럼 조건을 추가한 뒤, 조건의 오른쪽 위에 표시되는 「・・・」에서 행합니다. 「・・・」를 클릭해도 변경의 제안이 나타나지 않는 곳에서는 조건 그룹을 사용할 수 없습니다.

현재, 조건 그룹은 3단계까지 설정할 수 있습니다.

<figure><img src="https://github.com/uzu-inc/studiov2-document/blob/main/packages/ko/.gitbook/assets/image%20(4)%20(2).png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.studio.uzu-app.com/ko/basic-features/condition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
