Wrexbe

Results 13 issues of Wrexbe

Checks that soft cap still allows a player that was already in the game. Requires https://github.com/space-wizards/RobustToolbox/pull/3143

Needs Engine PR

To test soft player limit, needed a way for the username + id to not be random

On content commit: e649dcea14536fb3c68b9be5b403f420398c2cba https://user-images.githubusercontent.com/81056464/170942256-90e9ea80-c374-47c0-9152-978f7bda46a6.mp4

Issue: Bug
Area: Physics

Proof of concept Todo: - [x] Pausing - [ ] Serializing

Area: Serialization

Ex: ``` turf start {icon = 'forest.dmi'} ```

Does not compile ``` mob/verb/sayworld(T as text) set category = "Talking" desc = "Talk to the world" world

Compiler

Loop through all mobs, and print the mob's name, does not compile ``` /proc/main() var/mob/A for(A) world

Compiler
Runtime

Byond Doc: ``` Format: missile(Type, Start, End) Args: Type - An object prototype or icon file Start - The starting location. End - The ending location. Desc: Send a missile...

Runtime
Client

I am trying to compile [Console](https://github.com/Nadrew/console) Ran into two things so far Byond ignores the var inside the var, and adds the variable as if it wasn't there ``` datum...

Compiler