|
@@ -4,8 +4,8 @@ if $ARGS[0] = 'start':
|
|
|
'If you want to set your skills and attributes to a certain number, use the cheat menu to do it, the options to do it here were removed.'
|
|
|
if genbsize = '': genbsize = 22
|
|
|
if $soc_grup = '':gs 'intro_customization', 'none'
|
|
|
- !act 'Set attributes': gt 'intro_customization','modatt'
|
|
|
- !act 'Set skills': gt 'intro_customization','modskl'
|
|
|
+ act 'Set attributes': gt 'intro_customization','modatt'
|
|
|
+ act 'Set skills': gt 'intro_customization','modskl'
|
|
|
act 'Set appearance':gt 'intro_customization','modapp'
|
|
|
act 'Set purse': gt 'intro_customization','modpur'
|
|
|
act 'Set items': gt 'intro_customization','modite'
|
|
@@ -422,7 +422,6 @@ if $ARGS[0] = 'modatt':
|
|
|
gs 'intro_customization', 'modrel_setup2', 'pcs_chrsm', 'Charisma'
|
|
|
gs 'intro_customization', 'modrel_setup2', 'pcs_prcptn', 'Perception'
|
|
|
if $start_type[1] ! 'nomagic': gs 'intro_customization', 'modrel_setup2', 'pcs_magik', 'Magic'
|
|
|
- gs 'intro_customization', 'modrel_setup2', 'pcs_grades', 'Grades'
|
|
|
gs 'intro_customization', 'modrel_setup4', 'pcs_inhib', 'Inhibition'
|
|
|
gs 'intro_customization', 'modrel_setup2', 'pcs_heels', 'Heels'
|
|
|
gs 'intro_customization', 'modrel_setup3', 'willpowermax', 'Willpower'
|