Waypoint Smoke Monster is a simple script that lets the player become a flying smoke monster. The smoke monster can fly around the map, leaving a trail of smoke behind it. This can be used during Halloween events to scare players or could be used for any other purpose.
Usage
The smokemonster can be toggled on/off via the /smokemonster
command or you can trigger it via the wp-smokemonster:client:ToggleSmokeMonster
event. The command can only be used by players with the smokemonster
ace permission.
Controls:
- W/A/S/D: Move forward/backward/left/right
- Q/Z: Move up/down
- Hold SHIFT while moving any direction: Move faster
- Hold CTRL while moving any direction: Move slower
- Scroll wheel up/down: Change speed
- Scroll wheel click: Reset speed to default
Performance
Resource monitor results:
- Idle (no smoke monsters): 0.00ms
- While active as a smoke monster: 0.05ms - 0.26ms
- Takes up less resources when sitting still
- More resources are used as you move around since the particle effect leaves a trail behind the smoke monster
- Smoke monster active by another client, but not on this client: 0.00 - 0.01ms
The smoke monster from the TV show Lost was used as inspiration for this script.