Double sdfs
Author | Topic: Double sdfs |
---|---|
Canned
Member # 8014
|
written Thursday, May 1 2008 15:14
Profile
I have a question, is it possible to make it so that the party has to meet two flags before a talk node can be available? -------------------- Don't judge a sentence until you know all the words. Be grateful you have your unsellabe trowels -Goldenking My scenario: Muffins n' Hell Posts: 1799 | Registered: Sunday, February 4 2007 08:00 |
Shaper
Member # 7472
|
written Thursday, May 1 2008 15:29
Profile
Homepage
Yes. It looks something like this: condition = (get_flag([flag]) == [value]) && (get_flag([flag]) == [value]); And this could be expanded further too.-------------------- Nioca's Citadel Posts: 2686 | Registered: Friday, September 8 2006 07:00 |