Mario
Mario
### Pull Request Prelude - [x] I have followed [proper The Forgotten Server code styling][code]. - [x] I have read and understood the [contribution guidelines][cont] before making this PR. -...
This implementation of revscriptsystem of version 2 is a more robust and error forgiving update to the old system. Now to list a few key features version 2 comes with:...
- now `onStepOut` returns `nextPosition` instead of `fromPosition` `onStepOut(creature, item, position, nextPosition)` - `position` -> where the creature steps off - `nextPosition` -> where the creature steps onto
I've just recently stumbled upon that idea in regards of working with c# Why do we not unify the get/set methods into one in core logic and split them in...