# Tips (1.0)

## Create tips as on brawl.com with ONE syntax !

```python
EFFECT:
[skeasy] (0¦force|1¦(create|make)) tip with [text] %text% [(with|personnal|click) %-string%] id %number% (for|to) %player%:
```

Allows you to send a text with a confirmation tooltip, once done even if you call the syntax it will be ignored, the tip id allows the support of several tips, if I confirm the tip id 1, I will no longer receive the tip with the id 1. You can bypass the anti recall by starting with force and not make or create.\
\
Exemples:

```python
command /defaultips:
    trigger:
        make tips "&7SkEasy is good addon !" id 1 to player

command /persotips:
    trigger:
        make tips "&7SkEasy is good addon !" with "%nl%&8[Yes yes Thank !]" id 1 to player
```

Send return exemples:

![/defaultips](/files/-MSdKaFr6A0B3lVbO6yy)

![/persotips](/files/-MSdKh9gZ1ibXX7GIaYI)


---

# 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://gonpvpmc.gitbook.io/skeasy/global/tip.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.
