hmmhmmhm / dva-engine

🎮 Advanced Script Engine for Overwatch Workshop with Typescript
https://codesandbox.io/s/github/hmmhmmhm/dva-engine-codesandbox
MIT License
117 stars 7 forks source link

Type.SlotRange wrong limitations #6

Closed Suiranoil closed 5 years ago

Suiranoil commented 5 years ago

image

The correct limitations are from -1 to 11(all teams) from -1 to 5 (specific team) for creating dummy bot and from 0 to 11(all teams) from 0 to 5 (specific team) for the rest

Dummy bot creation: image

Players in slot(for testing): image

In-game limitations are from -10000 to 10000 for creating dummy bot and from 0 to 11 for the rest