Jump to content

Fuuki

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Fuuki

  1. At line 170:

    Quote

    if(.RandomKillTerm){ announce strcharinfo(0)+" "+.KillWord$[rand(0, getarraysize(.KillWord$) - 1)]+" "+rid2name(killedrid)+"'s head", ((.Broadcast)?bc_all:bc_map), .KColor$; }

    Isn't it:

    Quote

    if(.RandomKillWord){ announce strcharinfo(0)+" "+.KillWord$[rand(0, getarraysize(.KillWord$) - 1)]+" "+rid2name(killedrid)+"'s head", ((.Broadcast)?bc_all:bc_map), .KColor$; }

    Because the variable is named .RandomKillWord at line 78 ?

×
×
  • Create New...