View Single Post
  #9  
Old 10-03-2001, 04:04 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
or you could do this:

NPC Code:

if (created) {
setstring testing,#e(int(random(0,26)),1,abcdefghijklmnopqrs tuvwxyz);

message #s(testing);
}

Reply With Quote