Talk:Say Region Frames Per Second

From Second Life Wiki
Revision as of 10:35, 27 April 2007 by MudPuddle Gully (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.