Recurring Addition Published: 17 February 2016 Written by: Headmaster integer bob; default { state_entry() { bob = 2 + 2; llSay(0, "The Answer Is " + (string)bob); } touch_start(integer total_number) { bob = bob + 2; llSay(0, "The Answer Is " + (string)bob); } } Category: Snippets opensim, LSL, LSL Script, Second Life Scripts, OpenSim Scripts, download free scripts, free scripts, snippets, Addition script, recurring addition