EXP dungeon editor help
EXP dungeon editor help
Does anyone know how to give the players exp while they are playing my dungeon for grimrock 2?
Grey Island mod(WIP): http://www.grimrock.net/forum/viewtopic ... 99#p123699
- Zo Kath Ra
- Posts: 940
- Joined: Sat Apr 21, 2012 9:57 am
- Location: Germany
Re: EXP dungeon editor help
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)
Re: EXP dungeon editor help
thanks 

Grey Island mod(WIP): http://www.grimrock.net/forum/viewtopic ... 99#p123699