Save-Point
Press 'P' Uses Potion? - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: General Support (https://www.save-point.org/forum-18.html)
+--- Thread: Press 'P' Uses Potion? (/thread-535.html)



Press 'P' Uses Potion? - -Luke- - 03-10-2010

How can i make when you press the 'P' Key it uses a potion so you don't have to go to the item screen? (Not talking about when in battle)


Press 'P' Uses Potion? - Kread-EX - 03-11-2010

'P' is not a valid input command in RMXP. You need to find a keyboard script first.


Press 'P' Uses Potion? - deValdr - 03-11-2010

If you decide to use another button then it's common event > conditional branch: button([the key you choose]) > conditional branch: item-potion=in inventory > change hp: +[potion healing value] > change items: remove 1 potion