body_bag  
| Vars | |
| tag_name | The tagged name of the bodybag, also used to check if the bodybag IS tagged. | 
|---|---|
| Procs | |
| attempt_fold | Checks to see if we can fold. Return TRUE to actually perform the fold and delete. | 
| perform_fold | Performs the actual folding. Deleting is automatic, please do not include. | 
| undeploy_bodybag | Makes the bag into an item, returns that item | 
Var Details
tag_name 
The tagged name of the bodybag, also used to check if the bodybag IS tagged.
Proc Details
attempt_fold
Checks to see if we can fold. Return TRUE to actually perform the fold and delete.
Arguments:
- the_folder - aka user
perform_fold
Performs the actual folding. Deleting is automatic, please do not include.
Arguments:
- the_folder - aka user
undeploy_bodybag
Makes the bag into an item, returns that item