I'm not at IronCon, but I will be in Vegas Aug 1-4. If anyone will (still) be around then, and I'm able to get away from the work folks I'm going with, and I like you, we can do something.
I am the righteous one... the claims are stated - it's the world I've created
if (me.getState() != STATE_BUSY && me.checkRelation(you) > RELATIONSHIP_TOLERABLE && vegas.checkProximity(you.getLocation())) EDIT: State and Relationship are ENUMs. checkProximity returns a bool, probably, or maybe an integer representing proximity with 0 meaning not close at all. EDIT2: "me" and "you" are both objects of type "person", "vegas" is an object of type "location"
I am the righteous one... the claims are stated - it's the world I've created
Comments
3609140550
the claims are stated - it's the world I've created
EDIT: State and Relationship are ENUMs. checkProximity returns a bool, probably, or maybe an integer representing proximity with 0 meaning not close at all.
EDIT2: "me" and "you" are both objects of type "person", "vegas" is an object of type "location"
the claims are stated - it's the world I've created