Hello,
I'm building an object with three report templates whose script opens a menu when a resident touches the object. Now my programming skills is rusty so bare with me. Given that Input/Output methods are either non-existent in LSL or overlooked by my fault, what command should I use to have the object send a notecard to the resident once he/she picks which template notecard to choose?
Here's my algorithm of how the script should run.
Alg TouchNote
input: user touches on object
output: user receives notecard
user <= scan
if user touches object
return notecard
else
Say "no notecard available"
I'd be glad to receive some professional tips on sending out notecards or lms from an object. Thank you.

;