Modding Academy

Learning Paths

Beginner Path

25% Complete

Advanced Scripting

10% Complete

Master Modder

0% Complete

Your Current Tutorial

3
Creating Your First Economy Mod
# Step 3: Create Price Modifier Function function ModifyPrices(modifier) -- Add your code here to modify prices -- Use Game.GetAllItems() to get items -- Then apply the modifier to each item price end
Complete the function to modify all item prices by the given modifier value