ExMod-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers (scpsl). It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://exmod-team.github.io/EXILED/
Other
38 stars 21 forks source link

`[EXILED::API]` Adding SpawnMice #47

Closed NotZer0Two closed 1 month ago

NotZer0Two commented 1 month ago

Description

Describe the changes Lets people spawn rats

What is the current behavior? (You can also link to an open issue here)

What is the new behavior? (if this is a feature change)

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Other information:

Credits to Yamato for the finding (and the idea to add it)

Types of changes

Submission checklist

Patches (if there are any changes related to Harmony patches)

Other

VALERA771 commented 1 month ago

Can you create an enum with all mouse types?

NotZer0Two commented 1 month ago

Can you create an enum with all mouse types?

The mouse type is just a mouse that spawn in a different position so nothing crazy and the name how should it be named like MiceOnTopOfTheBarrel etc...?

VALERA771 commented 1 month ago

Can you create an enum with all mouse types?

The mouse type is just a mouse that spawn in a different position so nothing crazy and the name how should it be named like MiceOnTopOfTheBarrel etc...?

Iirc different mice have different texts. Also you can name it just MiceType or MouseType

NotZer0Two commented 1 month ago

I don't mean that but the names for the different rats because the rats are different only by their position

VALERA771 commented 1 month ago

Ah, okay. Then forgot about enum