!Chips

By *iGhostScripts* on Dec 31, 2011

It's a simple script made by me really easy! say !chips and it will work

Commands:

!Chips

****************************************************************************************************************************
************************************************REMOVE THIS***********************************************************
****************************************************************************************************************************
on *:text:!chips*:#:{ describe $chan 11 Gives $nick chips         }

Comments

Sign in to comment.
Dragon1-9-8-4   -  Jan 09, 2012

simple script for a noob to learn from tho good job

 Respond  
Dragon1-9-8-4   -  Jan 09, 2012

same thing as like a bar script i wrote awhile back but mine had all kinds of stuff u could give ppl.(i.e. food,drink,candy,sandwiches,alcohol,etc.)

 Respond  
Jethro   -  Jan 01, 2012

LordBotTeam, you messed it up too. You need to have an asterisk next to the trigger to initiate the $2 to be executed:> on *:Text:!chips *****:#: describe $chan Gives $2 chips.This tells mIRC to trigger the code if $2's value is filled.

or :> on *:Text:!chips***:#: describe $chan Gives $**$2 chips.This tells mIRC to see if $2 is specified or provided before the code can be triggered.

Without the *, your code will only come out as below upon !chips: > Gives chips

The original code here using $nick doesn't require the wildcard symbol:> on *:text:!chips:#: describe $chan Gives $nick chips.this gives the user chips upon his or her command.

 Respond  
LordBotTeam   -  Jan 01, 2012

it was a mess up
This is what it should look like:

on *:Text:!chips:#:{ describe $chan Gives $2 chips. }

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.