Community Forum

Manure instead of money

Forum Overview >> Scripting

CategoryScripting
Created12.09.2012 22:58


Bitten Overgaard (Unknown) 12.09.2012 22:58
Hello.

Is it possible to change this line, so you get manure instead of money?

g_currentMission.missionStats.money = g_currentMission.missionStats.money + 50000;

Stefan Geiger - GIANTS Software 03.10.2012 17:20
You can use
g_currentMission:setSiloAmount(Fillable.FILLTYPE_MANURE, g_currentMission:getSiloAmount(Fillable.FILLTYPE_MANURE)+50000);


Note: Log in to post. Create a new account here.