This is my brainstorming page for pseudo-coding and deciding on the possibility of a “Infinite Scripting Language”
instructionArray
)sendingInstruction
and index 1 will be the receivingInstruction
.sendingInstruction
by a dot. Index 0 will be the sendingInstructionNode
and index 1 will be the sendingInstructionOutput
receivingInstruction
by a dot. Index 0 will be the receivingInstructionNode
and index 1 will be the receivingInstructionInput
nodeToSet
and index 1 will be the value
.new OnRoundStart.output→ new ForNIterations.input
[Place down a OnRoundStart node]
[Place down a ForNIterations node]
[Connect the output of On Round Start to the input of For N Iterations]
new GetCurrentRound.currentRound→new Multiply.operandA
Multiply.operandB = 0.80
[Place down a GetCurrentRound node]
[Place down a Multiply node]
[Connect currentRound of GetCurrentRound to operandA of Multiply]
[Set operandB of Multiply to 0.80]