player addAction ["A Useless Action That Does Nothing", {}]; within this script inside the {} brackets you can put the script you want to add to the scroll menu action
Here is a example player addAction ["Kill Cursor Target Dude", {cursorTarget setDamage 1;}];
player addAction ["Load Money PNG", "[]spawn mpgh_money"]; this will spawn the bit of code that starts with "mpgh_money = { you will use this a lot for making bigger menus
player addAction ["=== Drugs ===","[]spawn mpgh_drugs;"];
mpgh_drugs = {
player addBackpack "B_Bergen_mcamo_F";
player addItem "meth_bag";
player addItem "meth_bag";
player addItem "meth_bag";