#is there any way of doubling a number

8 messages · Page 1 of 1 (latest)

lime ether
#

For example, 2 would become 4, 4 to 8, 8 to 16 .ect

bold bobcat
#

get an int variable

#

run the int output into a multiply chip

#

and the multiply output into the int variables input

#

and set the other input on the multiply to 2

#

and whatever your tryna double just wire it into the input on the int variable

lime ether
#

Thanks

bold bobcat
#

then whenever you execute the int variable it doubles