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.
level up button in custom made campaign not working
Débuté par
Bassline204
, févr. 25 2011 04:53
#1
Posté 25 février 2011 - 04:53
#2
Posté 25 février 2011 - 08:31
Can you post your character generation script?
Most likely something is wrong there, because level up normally works fine.
Most likely something is wrong there, because level up normally works fine.
#3
Posté 25 février 2011 - 10:19
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.
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.





Retour en haut






