Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes. edit

Thank you for your patience while we continue to upgrade DDOwiki to the latest MediaWiki LTS version. If you find any errors on the site, please visit the Discord chat server and let us know.

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to remove ads, build a reputation, and unlock more editing privileges and then visit DDO wiki's IRC Chat/Discord if you need any help!

User:Technical 13/SandBox/mIRC scripts/Pie

From DDO wiki
Jump to navigation Jump to search

<css> div#contentSub2 span {

   display: inline;
   float: right;

</css>

⇑   ⇑   Back to top   ⇑   ⇑
General   Journal   Sand Box   To Do List   Characters   Quest List   Crafting   Talk  



 


;--- Pie ---
on *:TEXT:!Pie*:# {
  if (($2 == $me) || ($2 == myself) || ($2 == me) || ($2 == I)) {
    /ame throws a Kobold-Butter and Cream Cheese Pie at $nick $+ .
    /notice $nick You didn't think I would throw it at myself, did you?
    /set %Pie_Users $nick($chan,0)
    /set %Pie_UserCounter 1
    while (%Pie_UserCounter < %Pie_Users) {
      if (($nick != $nick($chan,%Pie_UserCounter)) && ($nick($chan,%Pie_UserCounter) != $me)) {
        /notice $nick($chan,%Pie_UserCounter) $nick didn't think I would throw a pie at myself, did they?
      }
      inc %Pie_UserCounter
    }
    /unset %Pie*
  }
  else {
    /ame throws a Kobold-Butter and Cream Cheese Pie at $2 at the request of $nick $+ .
  }
}