Additional Info
|
Link: http://www.kongregate.com/games/synapticon/tyrant-unleashed-web public bool IsPlayerTurn { get { if (this.PlayerIsAttacker && this._currentTurn % 2 != 0) return true; if (!this.PlayerIsAttacker) return this._currentTurn % 2 == 0; else return false; } }
|
Additional Info
|
If you have the file, you can try and use Sothink and find that script and turn it into AoB then just turn it into non operational codes.. |
Additional Info
|
Sothink works with Unity? Sorry, I missed out that bit in my original post... Silentbladez Posted on: 10/18/2014 12:18pm If you have the file, you can try and use Sothink and find that script and turn it into AoB then just turn it into non operational codes.. |
Additional Info
|
oh right forgot it was a unity game :P |