// STEP 1: SETUP // Enter the lower coordinates (From EDIT --> (More) --> Object Tab --> Position <X>
vector down=<128>; vector up=<128>;
// Step 2: Edit the lines below to put in the people for it // to listen to // Step 3: SAVE IT // Step 4: Sit on the platform with the script // Step 5: To go up type "/63 plat up" without the quotes in chat // Step 6: To go down type "/63 plat down" without the quotes in chat
default { state_entry() { llListen(63,"",NULL_KEY,""); llSay(0,"Plat activated!"); } |