Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
void main() {
|
|
object oPC = GetLastUsedBy();
|
|
AssignCommand(oPC, ActionStartConversation(oPC, "x0_skill_ctrap", TRUE, FALSE));
|
|
}
|