Go Back   The Palace Avatar Chat Community Forums. > Resources Palace Scripts, Links and Downloads > Borg scripts
Register FAQ Members List Calendar Arcade Toplist Search Today's Posts Mark Forums Read

Borg scripts Use this forum to find or post your cyborg scripts.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-06-2005, 10:46 AM
maarten's Avatar
maarten maarten is offline
forum die hard
 
Join Date: Oct 2002
Location: DiGiLaNd
Posts: 973
Rep Power: 10
maarten is on a distinguished road
Send a message via ICQ to maarten Send a message via AIM to maarten Send a message via Yahoo to maarten
Sincerity Imitating RoomHi

Sincerity Imitating RoomHi, make em feel special without the effort! = ) Copy the script from the script section: This is an ON OUTCHAT Script. It has to be placed in your Palace Clients "cyborg.ipt" file in the ON OUTCHAT section. Use Notepad, or plain text editors Like Ultraedit or BBedit for this. Wordprocessors will damage scripts. For more information on editing your Cybrog.ipt, please check the Palace Planet HELP section. After installing type: "roomhey" To alter the script replace the names with those you want to greet personally between the " " quotes in this section: fname "zombie woof" SUBSTR IF And add your own personalised text between the " " quotes in this section: { 1 noname = "Dread Pirate Woof!!" name = }

Code:
;Sincerity Imitating RoomHi by Hex - http://www.palaceplanet.org/~hex/
noname GLOBAL name GLOBAL names GLOBAL fname GLOBAL inside GLOBAL
	{	"!Hi There!!! " names = 0 i =
			{	{	0 noname =
					i ROOMUSER WHONAME LOWERCASE fname =
					{ 1 noname = "Dread Pirate Woof!!" name = } fname "zombie woof" SUBSTR IF
					{ 1 noname = "Mistress KooK" name = } fname "koko" SUBSTR IF
					{ 1 noname = "chichie mama" name = } fname "chich" SUBSTR IF
					{ 1 noname = "dills" name = } fname "heidi" SUBSTR IF
					{ 1 noname = "red" name = } fname "az red" SUBSTR IF
					{ 1 noname = "catch" name = } fname "catch 22" SUBSTR IF
					{ 1 noname = "dais" name = } fname "super daisy" SUBSTR IF
					{ 1 noname = "sun" name = } fname "sunrise" SUBSTR IF
					{ 1 noname = "fuh" name = } fname "ph's horse" SUBSTR IF
					{ 1 noname = "membrane" name = } fname "mucus" SUBSTR IF
					{ 1 noname = "Milady Fran" name = } fname "fran" SUBSTR IF
					{ 1 noname = "fog hog" name = } fname "fog" SUBSTR IF
					{ 1 noname = "goober" name = } fname "chrissy" SUBSTR IF
					{ 1 noname = "lenny" name = } fname "?enore" SUBSTR IF
					{ 1 noname = "lass" name = } fname "scottishlass" SUBSTR IF
					{ 1 noname = "hex!!!" name = } fname "hex" SUBSTR IF
					{ 1 noname = "joolia goolia!!" name = } fname "=[julia]=" == IF
					{ 1 noname = "blee" name = } fname "blue" == IF
					{
						"" name = 0 n = 0 inside =
							{
								"$1" GREPSUB letter =							
								"$2" GREPSUB fname =
								{	{ name "$1" GREPSUB & name = } inside NOT IF
								} {	{ 1 inside = } letter "^([(])$" GREPSTR IF
									{ 0 inside = } letter "^([)])$" GREPSTR IF
									{ 1 inside = } letter "^([\{])$" GREPSTR IF
									{ 0 inside = } letter "^([\}])$" GREPSTR IF
									{ 1 inside = } letter "^([\[])$" GREPSTR IF
									{ 0 inside = } letter "^([\]])$" GREPSTR IF
								} letter "^([a-z ])$" GREPSTR IFELSE
							} { fname "^(.)(.*)$" GREPSTR } WHILE
						{ names name & "! " & names = } name "" <> IF
					} { names name & "! " & names = } noname 0 == IFELSE
				} i ROOMUSER WHOME <> IF i ++
			} { i NBRROOMUSERS < } WHILE
		names SAY	
		"" CHATSTR =
	} CHATSTR "roomhey" == IF
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.