User talk:Ina Centaur/ProkHighScoreMemorial

From Second Life Wiki
< User talk:Ina Centaur
Revision as of 02:51, 15 November 2010 by Ina Centaur (talk | contribs) (Created page with '<pre> // Replaces the high score set text to whatever it was before Prokofgate default { state_entry() { llSetText("Whack-a-Mole High Scoresn \n Adric Antfarm: 520 \n Ayamo...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


// Replaces the high score set text to whatever it was before Prokofgate
default
{
	state_entry()
	{
		llSetText("Whack-a-Mole High Scoresn \n Adric Antfarm: 520 \n Ayamo Nozaki: 500 \n Megotta Zuta: 490 \n Merato Zilz:430 \n Prokoy Nova: 0",<1,1,1>,1);
	}

}