View Single Post
Stijn

Administrator

Joined: Mar 2001

Posts: 6,968

Stijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to behold

May 20, 2005, 12:44 PM
Stijn is offline
Reply With Quote
Quote:
Originally Posted by Grytolle
Let's go for the IRC-commandish way instead, so they can be used in game like (*presses "T"* /kill Chiyu "Server killed you, becasue he wanted to.").
Code:
trigger KEY_PRESS {
  if(KEY_ID==116) {
    $allow_respawn = true
    Chiyu.kill($allow_respawn)
    Chiyu.send("Server killed you, because he wanted to")
  }
}