Files
dsrc/sku.0/sys.server/compiled/game/script/conversation/sean_contact_quest.script
T
2013-09-10 23:17:15 -07:00

14 lines
296 B
Plaintext

// Fix for having wrong objvar value on spawner objectin world snapshot.
trigger OnAttach()
{
messageTo(self, "attachMissingScript", null, 1, false);
return SCRIPT_CONTINUE;
}
messageHandler attachMissingScript()
{
attachScript(self, "conversation.sean_contact");
return SCRIPT_CONTINUE;
}