====Set==== When talking about the scripting and effect system, a **set** is a way to send a number of pieces of information easily. Each item in the set is sent as it's own attribute with a number index - for example, if you'd like to send three numbers in a set called 'ladder', you'd use the following... ladder1="0" ladder2="10" ladder3="20" An alternative way of transmitting many points is through a [[list]].