Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Bob74/iFruitAddon2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob74 committed Mar 5, 2018
2 parents 2cc88f7 + dbe2876 commit 9db5467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ An example script is available [here](https://github.com/Bob74/iFruitAddon2/blob

If you are used to iFruitAddon, you will see two main differences:
* There is no need to set the index of your contact (they will all be added one after the other at the bottom of the phone's list). It means mods contacts cannot overlaps each others anymore!
* You need to call the CutomiFruit `Close(int)` method when you no longer need the phone (conversation is over, etc.). This method will close the phone after the delay you've specified (in milliseconds). You can also call `Close()` without argument to close the phone immediatly.
* You need to call the CustomiFruit `Close(int)` method when you no longer need the phone (conversation is over, etc.). This method will close the phone after the delay you've specified (in milliseconds). You can also call `Close()` without argument to close the phone immediatly.

## What's new?
* Contact's indexes are set automatically and are shared between mods (you cannot overwrite another mod's contact anymore).
Expand Down

0 comments on commit 9db5467

Please sign in to comment.