The following script command has been added:
- "get % entstat,[type],[status]" — Speeder will search through all entities in memory matching "type" and find any with a status effect whose ID matches "status." "Type" can be 0 for all entities, 1 for mobs, 2 for players, and 3 for objects. The closest entity to your character matching "type" and "status" will be selected and placed into the following variables: ESX (entity's x coordinates), ESY (entity's y coordinate), ESZ (entity's z coordinate), ESD (entity's distance), and ESID (entity's ID). If no entity has a matching status effect, ESID will be 0. Status effect IDs are displayed automatically in the console and can be toggled with the -displaystatus console command. Example:
- get % entstat,0,1234|dbg % the closest entity with status 1234 is at (VAR % ESX), (VAR % ESY), (VAR % ESZ)
This addition requires Speeder version 152+.