Description
Wiki Description
Calculates how many favor points the player would have to spend to pay for a favor with the specified price.
Documentation Comment
Calculates how much a x point favor would cost the player
Parameters
intaiFavorPrice
CK Wiki Description
The raw price of the favor.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__aiFavorPrice
int returnedValue = Game.CalculateFavorCost(myInt__aiFavorPrice)