EXP dungeon editor help

Have trouble running Legend of Grimrock 2 or do you have questions about the purchasing options? Look for help here.
Post Reply
User avatar
ratman
Posts: 158
Joined: Fri Jan 10, 2020 1:13 am

EXP dungeon editor help

Post by ratman »

Does anyone know how to give the players exp while they are playing my dungeon for grimrock 2?
User avatar
Zo Kath Ra
Posts: 931
Joined: Sat Apr 21, 2012 9:57 am
Location: Germany

Re: EXP dungeon editor help

Post by Zo Kath Ra »

ratman wrote: Sat Jan 25, 2020 7:33 pm Does anyone know how to give the players exp while they are playing my dungeon for grimrock 2?
http://www.grimrock.net/modding/scripting-reference/
Champion:gainExp(xp)

Examples:

Code: Select all

party.party:getChampion(1):gainExp(100)
party.party:getChampionByOrdinal(1):gainExp(100)
User avatar
ratman
Posts: 158
Joined: Fri Jan 10, 2020 1:13 am

Re: EXP dungeon editor help

Post by ratman »

thanks :D
Post Reply