Files
LSL-Scripts/HyperGrid Story Nine/BackupHypergrid Story Nine/Console/Red Button.lsl
Fred Beckhusen 1ec08494b4 Added files
2015-12-12 16:58:38 -06:00

14 lines
230 B
Plaintext

//:AUTHOR: Ferd Frederix
//:DESCRIPTION:
// Button Script for console
//:CODE:
// chose a direction for one of 8 buttons.
default
{
touch_start(integer total_number)
{
llMessageLinked(LINK_SET,2,"go","");
}
}