default
{
touch_start(integer total_number)
{
integer i;
i=0;
llSay(0, "The value of i is: " + (string)i);
}
}
Need some suggestions on how to start this.
For the psuedo code. I know i have a start and a stop. And I wanted to know if for this script is it just input integer i, output the value of i

New Topic/Question
Reply



MultiQuote


|