mIRC Homepage
Posted By: vuongthacsi Help me with : !kiss Mrboy - 04/11/04 10:23 AM
Hi

Can anyone show me the code that: when someone let say nick Mrboy use cmd: !kiss baby , then the script will prompt a msg to channel like this: wow, i see Mrboy kiss baby in the room

Thanks.
Posted By: whatsthedillio Re: Help me with : !kiss Mrboy - 04/11/04 12:12 PM
on *text:!kiss*:#: {
;when !kiss is typed...
if ($2) {
;if theres a second word !kiss ("nick")
msg # Put Your Message Here
;msgs the channel it was typed in
}
}

if you want to msg the channel
with something like "Nick Kisses Other Nick"

change this line:
msg # Put Your Message Here
To:
msg # $nick Kisses $2
$nick = Ther person that typed !kiss
$2 = the second word typed

see /help on text
for more

smile
Posted By: vuongthacsi Re: Help me with : !kiss Mrboy - 04/11/04 01:01 PM
Thanks work great smile instead of msg , how can i use an action to send to channel?
Posted By: Coolkill Re: Help me with : !kiss Mrboy - 04/11/04 01:33 PM
/describe # [color:red]your message[/color]

Eamonn.
Posted By: vuongthacsi Re: Help me with : !kiss Mrboy - 05/11/04 08:04 AM
Thanks worked good hihihi
© mIRC Discussion Forums