ARMOR
start
look_at_p_proc
You see damaged Power
Armor.
start->look_at_p_proc
use_p_proc
You cannot use this until
it is repaired.
start->use_p_proc
pickup_p_proc
start->pickup_p_proc
use_skill_on_p_proc
start->use_skill_on_p_proc
use_obj_on_p_proc
That does nothing.
start->use_obj_on_p_proc
pickup_p_proc->use_p_proc
try_skill
It is obvious that you do
not yet have the skill to
repair this.
---
It seems to be missing a
part that you can't find.
---
That does nothing.
use_skill_on_p_proc->try_skill
use_obj_on_p_proc->use_skill_on_p_proc
chance
try_skill->chance
try_skill->chance
fixed
You repair the armor.
---
You gain
---
experience points for
repairing the power
armor.
chance->fixed
failure
You fail to repair the
armor.
chance->failure