well, i have some questions about stat gain and skill gain.
where (in what script) do i make the skill/stats gain code? checkskill script?
what i want is to use my own one and "ignore" the one used by default in pol 97. and suposing i have this attribute:
Code:
Attribute esconder
{
desc Esconder-se
delay 10
script :esconder:esconder
dexadv 30
}
there isnt seccond 'argument' in the dexadv, because i'd like to use my own statgain system, and in it, i'd not need a second argument, will it cause a problem when loading stats (suposing i'm "ignoring" the core standard statgain system)?
so, the main question is: can i ignore the core stat/skill gain system and make my own? if yes what is the script?