escape_with_identity 
Vars | |
special_objective | If the objective has an special objective tied to it. |
---|---|
target_real_name | Stored because the target's [mob/var/real_name] can change over the course of the round. |
Procs | |
check_completion | This objective should only be given to a single owner since only 1 person can have the ID card of the target.
We're fine to use owner instead of get_owners() . |
Var Details
special_objective 
If the objective has an special objective tied to it.
target_real_name 
Stored because the target's [mob/var/real_name]
can change over the course of the round.
Proc Details
check_completion
This objective should only be given to a single owner since only 1 person can have the ID card of the target.
We're fine to use owner
instead of get_owners()
.