Aller au contenu

Photo

level up button in custom made campaign not working


  • Veuillez vous connecter pour répondre
2 réponses à ce sujet

#1
Bassline204

Bassline204
  • Members
  • 26 messages
so i have made my campaign and i want to level up my character. I have made the correct script to give the player the exp needed and he has been allocated the attribute and talent points however it's just not allowing me to go through the level up process when i press the level up button. Any one know why this is happening.

#2
Proleric

Proleric
  • Members
  • 2 361 messages
Can you post your character generation script?

Most likely something is wrong there, because level up normally works fine.

#3
Mengtzu

Mengtzu
  • Members
  • 258 messages
Is your module script passing events through to module_core? You should have a line like:



HandleEvent(ev, RESOURCE_SCRIPT_MODULE_CORE);



If that line isn't there, or if you don't have a module script, that could be the cause of your problem.