How do I replicate Ti Shirase 500-999's garbage blocks? #712
Answered
by
Not-A-Normal-Robot
Not-A-Normal-Robot
asked this question in
Q&A
-
@MrZ626 pls help i've been trying to do it to no avail code: return{
hook_drop=function(P)
table.insert(P.field,1,P.field[1])
table.insert(P.visTime,1,LINE.new(40))
end
}
return{
env={
wait=1,fall=1,
eventSet="test"
}
} how.do.i.make.garbage.mp4thanks in advance 🥰 |
Beta Was this translation helpful? Give feedback.
Answered by
Not-A-Normal-Robot
Jun 12, 2022
Replies: 1 comment
-
Update: I was able to do it by copying each of the values 1 by 1 instead of just transferring it into another variable directly. Seems like it has something to do with pointers |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Not-A-Normal-Robot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: I was able to do it by copying each of the values 1 by 1 instead of just transferring it into another variable directly. Seems like it has something to do with pointers