Hello Chris,
I have the following problem: I have a short item on screen. When you "use/grab" it, I want to change the cursor so it shows that you are grabbing it temporarily (because it's short). It should have a single use: you grab it and need to use it right away with something else.
Let me show you some pics so you can understand it easily:
https://imgur.com/a/MVlZOZ9
As you can see: there are some short cables. I want to grab them and use the "cursor" you see in the inspector.
So far, what I managed is to grab them, have them in the inventory and lose them if I switch scenes. But the player may not notice that he has them. That's why I want to change the cursor temporarily and have him use it right away.
Can it be done?
Thanks a lot!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can use the Inventory: Select Action to force the selection of an inventory item at the end of your interaction.
It was so simple!!! Thanks!! It's exactly what I needed.