View Single Post
  #6  
Unread 01-25-2009, 12:41 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Both work. To be honest though, gm9's is more easy to understand and easier to put together.

So if I want to do 3 :
w=(a == 8)
x=(a == 10)
y=(a == 5)

COND=w || x || y
z=COND ? true : false

One last question. What dos the a == _ represent? Sorry If I ask so many questions, it has to make sense in my brain for me to understand.


Oh and thanks for the link. I've been linked there a few times, but this time I'm going to put it on my favorites.
__________________
May Jesus Have Mercy On Us

Last edited by dragowulf : 01-25-2009 at 12:49 PM.
Reply With Quote