# List of Console Commands

## /coins

This command alters the amount of coin the player has in their "wallet".

### Add Coins

```
/coins add <int1>
```

Adds &lt;int1&gt; coins to the player's wallet.

### Remove Coins

```
/coins remove <int1>
```

Removes &lt;int1&gt; coins from the player's wallet.

### Set Number of Coins

```
/coins set <int1>
```

Sets the number of coins in the player's wallet to &lt;int1&gt;.

## /dev

```
/dev
```

Takes the player to the developer store.

## /fastgrow

```
/fastgrow <float1>
```

Sets the time to grow of all plants in the world to &lt;float1&gt; seconds (default if unspecified is 20).

## /help

```
/help
```

Displays a helpful message.

## /rmmc

### Open Creator

```
/rmmc
```

This command opens the romance minigame creator.

### Play Minigame

```
/rmmc <str1>
```

Plays the minigame of the animal specified in &lt;str1&gt;/

## /skip

```
/skip
```

Destroys all the junk in a new garden.