This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

destroy script not workin

Help for those learning Tcl or writing their own scripts.
Post Reply
m
monie089
Halfop
Posts: 76
Joined: Sat Jul 29, 2006 11:13 pm

destroy script not workin

Post by monie089 »

Code: Select all

###########################################################
#Game created from bordness                               #
#its called destroy script                                #
#with the help of Xhiron,Supergeek,Superior               #
#monie @ Friendcodes IRC                                  #
#irc.friendcodes.info                                     #
#channels="#NintendoXG,#Friendcodes,#IRCsupport,#eggdrop" #
#help for making v2.0 is available                        #
###########################################################
bind pub -|- !destroy pub:destroy
proc pub:destroy {nick channel nickname uhost args } {
putquick "privmsg $channel :Destroy interface loaded..."
putquick "privmsg $channel :Loading destroy weapons..."
putquick "privmsg $channel :Targeting system aiming for $nick"
putquick "privmsg $channel :Missle system aiming at $nick"
putquick "privmsg $channel :All systems go"
putquick "privmsg $channel :Missle system went for a direct hit"
putquick "privmsg $channel :$nick went down"
putquick "privmsg $channel :Scanning for life...."
putquick "privmsg $channel :$nick didnt make it"
putquick "privmsg $channel :$nickname the job has been completed please pull up to the front window"
}
putlog "Monies destroy script loaded"
i made this myself to but this isnt working its not displaying any errors but doesnt message the channel
d
darton
Op
Posts: 155
Joined: Sat Jan 21, 2006 11:03 am

Post by darton »

Your proc head is incorrect again. It must be "{nick uhost hand chan text}"
m
monie089
Halfop
Posts: 76
Joined: Sat Jul 29, 2006 11:13 pm

Post by monie089 »

thanks im still trying to get better with basic scripts
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

could you PLEASE stop making so many topics.
m
monie089
Halfop
Posts: 76
Joined: Sat Jul 29, 2006 11:13 pm

Post by monie089 »

metroid wrote:could you PLEASE stop making so many topics.
could you please stfu
Post Reply