View Single Post
  #10  
Unread 04-02-2005, 02:17 PM
GenesisRage GenesisRage is offline
A Darkpaw Brute
 
Join Date: Dec 2004
Server: Everfrost
Posts: 43
Default

i dont know if there is something hard-coded into something... but changing a command messes it all up!

original command: (works)
if (m/You start new map line/) {

test1: (works)
if (m/You start/) {

test2: (doesnt work)
if (m/You tell/) {

and this is the exact code in the log:
You tell mapmaking (1),"Line"

anyone know why that wouldnt work that way?
Reply With Quote