03-10-2010, 01:03 AM
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?
|
03-10-2010, 01:03 AM
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)
03-11-2010, 12:04 PM
'P' is not a valid input command in RMXP. You need to find a keyboard script first.
03-11-2010, 06:30 PM
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
|
« Next Oldest | Next Newest »
|