program c label Tickleis99 #################################################################################### # Title: T.Pisiformis aka bladderworm, cysts aka Cysticercus pisifrormus # Description: The adult may reach up to 200 cm in length. The definite host is represented by carnivores such as the dog or the cat. # Neck at 44886.22, first segment begins below that, careful not to hit the neck # N = Neck, S = Segment Size, C = Segment Count # Formula: sweep [N-(s*C)] [N-S] S, [] added for readability # Life Cycle: Adult->eggs->oncosphere->coenuri->Adult # WARNING: Another neurological Tapeworm, keep Mannitol handy # CRITICAL: The dump frq must be sent exact, as you can tell both Head and Neck are very close. If your machine is not # accurate enough or uses a spark or duplicates frqs or whatever this can be horrific. # Killing the head before separating the segments can be a cause for emergency surgery when a large scolex is blocking your intestine # F100 series will work and can be hooked up to a scalar device or EMX or PERL, consider all other setups experimental # Heads: Killing heads should either be skipped or only done if sure that no further heads with scolex are within range. The dump frq if run # for about 4m on heads without segments appears to damage their nervous system enough for them to die several hours after the hit. # Due to this the dwell for dumps has been set to 24hrs and one must manually click next to go to complete the script. #################################################################################### goto 0 label 0 # Switched unit into count UP timer label Headis100 label dump pulse 0 0 dwell 86400 # 24 hours 44887.1211 # hits the base of the spine which involuntarily makes them dump one segment after another label 1 pulse 6.66 66.6 label Eggs dwell 600 35557.4134 label Oncosphere # circulate in blood until they lodge in suitable organs (including skeletal muscle, eyes, brain and subcutaneous tissue) dwell 600 46555.4755 label Nurse.Oncosphere # Replication in human body dwell 600 44618.6556 label Coenuri # Human infection with larval forms is named coenurosis dwell 1200 45675.7655 exit label 99 # Tickle the Neck to find more with scolex attached dwell 11 44886.22 pause 1 # Visual indicator goto 0 exit label 100 # Head, exact only use if you know what you are doing pulse 6.66 66.6 dwell 120 44887.7657