;Spiral to MousePos by Hex - http://hex.palaceplanet.net
	{	"" CHATSTR =
		{	100 rd = MOUSEPOS y = x = rd 7 / 1 + st = 360 RANDOM cst = 2 RANDOM ww =
			{	360 cst * st / poldir =
			 	x poldir { SINE } { COSINE } ww IFELSE rd * 1000 / +
			 	y poldir { COSINE } { SINE } ww IFELSE rd * 1000 / +
				SETPOS cst ++ rd 2 - rd =
			} { rd 0 > } WHILE
		} { "Sorry, this script requires IptVersion 1" LOCALMSG } IPTVERSION IFELSE
	} CHATSTR "sp" == IF
я