Saturday, 18 March 2017

plot explanation - Is it actually possible to transfer a totem? - Movies & TV

In "Inception" it seems that Cobb takes over the use of Mal's totem (the spinning top).



If the totem is a personal item that helps you keep your hold on reality, can the totem really be transferred from one person to another? Or, does it add credibility to the question that Cobb may not actually be dealing with reality anymore?

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...