Talk:Say Region Frames Per Second

From Second Life Wiki
Jump to navigation Jump to search

Shouldn't that on_rez() have an integer start parameter?

When I tried to compile / save it in SL it failed with a syntax error.

Changing that line to:


   on_rez(integer startparam)


made it compile and run fine for me.