Code:@name PortalSong @inputs PitchUp PitchDown On Off @outputs Pitch @persist if (first()) {Pitch=100} if(On){soundPlay(1,0,"music/portal_still_alive.mp3")} if(Off){soundStop(1)} if(PitchUp){Pitch++,soundPitch(1,Pitch)} if(PitchDown){Pitch--,soundPitch(1,Pitch)}Code:@name ChairThing @inputs Mouse1 Active @outputs @persist if(Active & ~Active){print("Welcome to the chair!")} if(Mouse1 & ~Mouse1){print("You hit Mouse1")}


LinkBack URL
About LinkBacks




Reply With Quote

Bookmarks