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

climbable

Vars

climb_stunStun duration for when you get onto the object
climb_timeTime it takes to climb onto the object
current_climbersAssoc list of object being climbed on - climbers. This allows us to check who needs to be shoved off a climbable object when its clicked on.

Procs

mousedrop_receiveHandles climbing onto the atom when you click-drag

Var Details

climb_stun

Stun duration for when you get onto the object

climb_time

Time it takes to climb onto the object

current_climbers

Assoc list of object being climbed on - climbers. This allows us to check who needs to be shoved off a climbable object when its clicked on.

Proc Details

mousedrop_receive

Handles climbing onto the atom when you click-drag