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

double_dildo

Vars

end_in_handIf one end of the toy is in your hand
in_backWhether or not the current location is front or behind
other_endReference to the end of the toy that you can hold when the other end is inserted in you

Procs

can_take_in_handA check to make sure the user can actually take one end in their hand
take_in_handFor holding the other end while the thing is inserted, returns FALSE if unsuccessful
toggleCode for taking out/putting away the other end of the toy when one end is in you

Var Details

end_in_hand

If one end of the toy is in your hand

in_back

Whether or not the current location is front or behind

other_end

Reference to the end of the toy that you can hold when the other end is inserted in you

Proc Details

can_take_in_hand

A check to make sure the user can actually take one end in their hand

take_in_hand

For holding the other end while the thing is inserted, returns FALSE if unsuccessful

toggle

Code for taking out/putting away the other end of the toy when one end is in you