This is the trigger line -- Empty [Room 6200]
function adder(x)
return function (y) return x + y end
end
a1 = adder(1)
Send(a1(6200))
This will print a1+%1 or tather 6201 I need it to print something more unique like Empty6201 or even A6201 Much help would be very appriciated!
This is probably simple but im a complete newbie
function adder(x)
return function (y) return x + y end
end
a1 = adder(1)
Send(a1(6200))
This will print a1+%1 or tather 6201 I need it to print something more unique like Empty6201 or even A6201 Much help would be very appriciated!
This is probably simple but im a complete newbie