On collect not working

I have an item that when I manually place it, collect fires correctly. When I draw it from the player script it does not do the collect function. Any thoughts on why it may not be working?

Drawing a tile is not the same as swapping it into the room. If you want to be able to collect the item you need to swap it in.

Drawing tiles is simply visual and you can think of drawn tiles as being visible "above" the actual room tiles.