/tg/ Station 13 - Modules - TypesVar Details - Proc Details

list_target

List Target spells

These spells will prompt the user with a tgui list of all nearby targets that they select on to cast.

To add effects on cast, override "cast(atom/cast_on)". The cast_on atom is the atom that was selected by the list.

Vars

choose_target_messageThe message displayed as the title of the tgui target input list.
target_radiusRadius around the caster that living targets are picked to choose from

Procs

get_list_targetsGet a list of living targets in radius of the center to put in the target list.

Var Details

choose_target_message

The message displayed as the title of the tgui target input list.

target_radius

Radius around the caster that living targets are picked to choose from

Proc Details

get_list_targets

Get a list of living targets in radius of the center to put in the target list.