Gwi Bot's Forums!
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Halp! SPOILER.

2 posters

Go down

Halp! SPOILER. Empty Halp! SPOILER.

Post  `Bella` Tue Mar 16, 2010 7:59 pm

on *:TEXT:.commands*:#: {
msg $nick !Pikachu !Squirtle !Charmander !Bulbasaur !Charizard !venasaur !Charmeleon !Wartortle !Blastoise
}
on *:TEXT:!dm:#: {
if (!%dm) {
set %player1 $nick
set %dm oneplayer
msg $chan 4 $+ $nick 15has started a deathmatch, want to accept their 4challange15? type 4!dm.
}


Yes i know its no where near finished but when someone types !dm nothing happens.

`Bella`

Posts : 47
Join date : 2010-02-04
Age : 31
Location : UK

Back to top Go down

Halp! SPOILER. Empty Re: Halp! SPOILER.

Post  Admin Tue Mar 16, 2010 9:16 pm

Code:
on *:TEXT:.commands*:#:{
  msg $nick !Pikachu !Squirtle !Charmander !Bulbasaur !Charizard !venasaur !Charmeleon !Wartortle !Blastoise
}
on *:TEXT:!dm:#: {
  if (!%dm) {
    set %player1 $nick
    set %dm oneplayer
    msg $chan 4 $+ $nick 15has started a deathmatch, want to accept their 4challenge15? type 4!dm.
  }
  if (%player1) && (%dm == oneplayer) && ($nick != %player1) {
    set %player2 $nick
    set %dm twoplayers
    msg $chan 4 $+ $nick 15has accepted4 %player1 15's challenge
  }
}

Admin
Admin

Posts : 19
Join date : 2010-02-03

https://gwi-bot.forumotion.com

Back to top Go down

Halp! SPOILER. Empty Re: Halp! SPOILER.

Post  `Bella` Tue Mar 16, 2010 11:25 pm

on *:TEXT:!commands*:#: {
notice $nick 8,1!Pikachu 12,1!Squirtle !Wartortle !Blastoise 4,1!Charmander !Charmeleon !Charizard 3,1!Bulbasaur !Ivysaur !Venasaur
}
on *:TEXT:!dm:#: {
if (!%dm) {
set %player1 $nick
set %dm oneplayer
set %hp1 99
msg 7,15$chan $nick has started a deathmatch, type !dm to accept.
}
if (%player1) && (%dm == oneplayer) && ($nick != %player1) {
set %player2 $nick
set %dm twoplayers
set %hp2 99
var %o $r(0,1)
set %turn $+(player,%o)
msg 7,15$chan $nick has accepted %player1 challenge | $+(%,%turn) gets the first turn.
}
}

`Bella`

Posts : 47
Join date : 2010-02-04
Age : 31
Location : UK

Back to top Go down

Halp! SPOILER. Empty Re: Halp! SPOILER.

Post  Admin Wed Mar 17, 2010 12:14 am

Code:
on *:TEXT:!commands*:#: {
  notice $nick 8,1!Pikachu 12,1!Squirtle !Wartortle !Blastoise 4,1!Charmander !Charmeleon !Charizard 3,1!Bulbasaur !Ivysaur !Venasaur
}
on *:TEXT:!dm:#: {
  if (!%dm) {
    set %player1 $nick
    set %dm oneplayer
    set %hp1 99
    msg $chan 7,15 $nick has started a deathmatch, type !dm to accept.
  }
  if (%player1) && (%dm == oneplayer) && ($nick != %player1) {
    set %player2 $nick
    set %dm twoplayers
    set %hp2 99
    var %o $r(1,2)
    set %turn $+(player,%o)
    msg $chan 7,15 $nick has accepted %player1 challenge | $iif(%turn == player1,%player1,%player2) gets the first turn.
  }
}

Admin
Admin

Posts : 19
Join date : 2010-02-03

https://gwi-bot.forumotion.com

Back to top Go down

Halp! SPOILER. Empty Re: Halp! SPOILER.

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum