Thread: Classes
View Single Post
  #11  
Old 07-11-2001, 08:50 PM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
hmm, i see. Thanks alot. I got a couple more questions. First, for an NPC they buy this would work right:

if(playersays(fire))&&classlight=true{
blah blah;
}

Is that right or would it be like

if(playersays(fire)){
if(classlight){
blah blah;
}

Then the other question is I want them to know for sure they are a Warrior of that class. I want somthing like on N-Pulse how at the top in the little box it says your class. I want somthing like that to say light or dark. How would you do that?

One more question then I shutup, Im trying to figure out how to show someone is a warrior of light or dark. Because I dont want people faking a {Light} thing or {Dark} how can I do this?
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote