Posted 12 August 2015 - 09:41 AM
I have this code:
but it returns firstfirstsecond3
can somebody explain the problem?
Where did I made the mistake?
i'm using Mimic emulator (gravlann.github.io)
tried an other emulator, where everything worked
os.queueEvent("first","second",3,4)
local e,k,h,n = os.pullEvent("first")
print(e..k..h..n)
it should return firstsecond34but it returns firstfirstsecond3
can somebody explain the problem?
Where did I made the mistake?
i'm using Mimic emulator (gravlann.github.io)
tried an other emulator, where everything worked
Edited on 12 August 2015 - 08:21 AM