TurboWarp Temporary Variables
Jump to navigation
Jump to search
Images needed
This article needs images or better quality images. You can help PenguinMod Wiki (Official) by adding the images or uploading them.
TurboWarp Temporary Variables is an extension in PenguinMod that was originally in TurboWarp as simply Temporary Variables. This extension exists alongside the PenguinMod Temporary Variables extension, which allows for block variables, instead of runtime and thread variables.
Blocks
This extension has 6 stack blocks, 4 reporter blocks, 2 boolean blocks, and 1 c-block, for a total of 13 blocks.
set thread var [variable] to (0)::#ff791a
change thread var [variable] by (1)::#ff791a
thread var [variable]::#ff791a reporter
thread var [variable] exists?::#ff791a boolean
for [thread variable] in [10] { }::#ff791a
active thread variables::#ff791a reporter
set runtime var [variable] to (0)::#ff791a
change runtime var [variable] by (1)::#ff791a
runtime var [variable]::#ff791a reporter
runtime var [variable] exists?::#ff791a boolean
delete runtime var [variable]::#ff791a
delete all runtime variables::#ff791a
active runtime variables::#ff791a reporter