123456789101112131415161718192021 |
- //LADNING PAD SCRIPT
- _this addAction ["<t color='#00FF00'>Pad Left</t>",
- {
- selector setvariable ["launchPad",pad_left,true];
- }
- ];
- _this addAction ["<t color='#00FF00'>Pad Middle</t>",
- {
- selector setvariable ["launchPad",pad_middle,true];
- }
- ];
- _this addAction ["<t color='#00FF00'>Pad Right</t>",
- {
- selector setvariable ["launchPad",pad_right,true];
- }
- ];
|