GuitarMasterx7 commented on a Page, foods script  -  Oct 05, 2010

Welllll N3M3S1S
that would be correct if all of them were
actually !give

on *:TEXT:*:#: {
  if ($1 == !givecookie) { ...commands }
  if ($1 == !givecake) { ...commands }
  ...
}

Then theres theJethro_ way

on *:TEXT:*:#: {
  var %c = $1 | goto %c
  :!givecookie | <command here> | halt
  :!givecake | <command here> | halt
  :!rape | <command here> | halt
  :!lick | <command here> | halt
  :%c | return
  ;the same for the rest
} 

[i think i did tha right... doesnt even look right imo >_>]

 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.