TCA

By dgby714 on Feb 24, 2007

Need other parts

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                The Cook's Assistant
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

on *:text:!start cooks assistant*:#RuneScapeLife:{ if (!$($+(%,$nick),2)) notice $nick You do not have an account! Type !create to make one.
  else { if ($($+(%,$nick,.cooks_assistant),2) == Complete) notice $nick You have already completed this quest!
          else { set % $+ $nick $+ .cooks_assistant On
        notice $nick You have started the quest!
        notice $nick The cook hase told you to look for Milk, A Egg, and Flour.
        notice $nick You look around Lumbridge, you see posibilities of where The items  could be.
        notice $nick Where do you want to search? Type !ca search cadle or !ca search barn.
      }
    }
  }
}

on *:text:!ca search cadle*:#RuneScapeLife:{ if (!$($+(%,$nick),2)) notice $nick You do not have an account! Type !create to make one.
  else { if ($($+(%,$nick,.cooks_assistant),2) == Complete) notice $nick You have already completed this quest!
    else { if ($($+(%,$nick,.cooks_assistant),2) == On) set % $+ $nick $+ .cooks_assistant Part2
notice $nick You look around the Cadle and find a bucket of milk.
      else { notice $nick You haven't started the quest!
      }
    }
  }
}

on *:text:!ca search barn*:#RuneScapeLife:{ if (!$($+(%,$nick),2)) notice $nick You do not have an account! Type !create to make one.
  else { if ($($+(%,$nick,.Restghost),2) == Complete) notice $nick You have already completed this quest!
    else { if ($($+(%,$nick,.cooks_assistant),2) == Part2) set % $+ $nick $+ .cooks_assistant Part3
      notice $nick You found the egg!  
      notice $nick You manage to find some Eggs, but aren't sure Where to go next, type !ca search house or !ca search casle to continue.
      else { notice $nick You haven't started the quest!
      }
    }
  }
}

on *:text:!ca search casle*:#RuneScapeLife:{ if (!$($+(%,$nick),2)) notice $nick You do not have an account! Type !create to make one.
  else { if ($($+(%,$nick,.cooks_assistant),2) == Complete) notice $nick You have already completed this quest!
    else { if ($($+(%,$nick,.cooks_assistant),2) == part3) notice $nick You find notheing, Type !ca search house to Continue
      else { notice $nick You haven't started the quest!
      }
    }
  }
}

on *:text:!ca house*:#RuneScapeLife:{ if (!$($+(%,$nick),2)) notice $nick You do not have an account! Type !create to make one.
  else { if ($($+(%,$nick,.cooks_assistant),2) == Complete) notice $nick You have already completed this quest!
    else { if ($($+(%,$nick,.cooks_assistant),2) == part3) 
      notice $nick You find the flour now that you have found all the items, Type !ca take items to cook, To take them to the cook.
      else { notice $nick You haven't started the quest!
      }
    }
  }
}

on *:text:!ca take items to cook*:#RuneScapeLife:{ if (!$($+(%,$nick),2)) notice $nick You do not have an account! Type !create to make one.
  else { if ($($+(%,$nick,.cook assistant),2) == Complete) notice $nick You have already completed this quest!
    else { if ($($+(%,$nick,.cook assistant),2) == part3) set % $+ $nick $+ .cook assistant Complete
         notice $nick You take the Flour, Milk, and Egg back to the Cook.
      notice $nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~
      notice $nick             Congratulations!
      notice $nick          You have completed the:
      notice $nick       Cook's Assistant Quest! 1 QP
      notice $nick            Reward: 500 coins
      notice $nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~
      inc % $+ $nick $+ .QP 1
      inc % $+ $nick $+ .Coins 500
      else { notice $nick You haven't started the quest!
      }
    }
  }
}

Comments

Sign in to comment.
RoninWarrior   -  Feb 24, 2007

This is deffintly diffrent for sure.

 Respond  
Aaron   -  Feb 24, 2007

nice :D

 Respond  
Eragonj   -  Feb 24, 2007

All I can say is: ROFL

 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.