# Conditions

The **Photon** module comes with a set of **Conditions** that complement **Game Creator**'s and allows to check if the Player is yours or Player is the Master Client etc. All conditions can be used on any other module and everywhere.

{% hint style="warning" %}
Most of the Actions won't work if you are not connect to the Photon Service unless you have **offline mode** activated.
{% endhint %}

## Condition Is Connected

Soon.

![](/files/-LGd4pCpYdSmEv2zJ7iM)

## Condition In Room

Soon.

![](/files/-LGd4n-WU2fg9K-7txzJ)

## Condition Is Mine

Soon.

![](/files/-LGd4jvls-N7-A0gE808)

## Condition Is Master Client

![](/files/-LGd4dbIm4gTumwCUI7q)

## Condition Player Property

Soon.

![](/files/-LGd5KrSw8YncrzQactj)

## Condition Player Score

Soon.

![](/files/-LGd5NrVmlNO33x_w9OL)

## Condition Room Property

Soon.

![](/files/-LGd5PpSMduT3YERx1Tk)


---

# 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.ninjutsugames.com/game-creator-1/photon-network/conditions.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.
