Last active
March 10, 2020 09:51
-
-
Save navidbigdeli54/22e7b9771415994d9112de5f8da09446 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rule rule = new Rule() | |
.AddCriteria(new ContextKey("global:Who"), ComparisonOperator.Equal, String("Akira")) | |
.AddCriteria(new ContextKey("player:Food"), ComparisonOperator.LessThan, Int(2)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment