WriteChatf(PLUGIN_MSG"\ag/camera distance [ reset | <distance> ] [ save ]\ax - set camera max distance or reset to default. Specify 'save' to save the value");
WriteChatf(PLUGIN_MSG"\ag/camera info\ax - report current camera information");
WriteChatf(PLUGIN_MSG"\ag/camera attach [ target | id # | <spawn name> ]\ax - attach camera to another spawn");
WriteChatf(PLUGIN_MSG"\ag/camera detach\ax - Reset camera attachment");
WriteChatf("%s:: Usage:",PLUGIN_MSG);
WriteChatf("%s:: \ag/camera distance [ reset | <distance> ] [ save ]\ax - set camera max distance or reset to default. Specify 'save' to save the value",PLUGIN_MSG);
WriteChatf("%s:: \ag/camera info\ax - report current camera information",PLUGIN_MSG);
WriteChatf("%s:: \ag/camera attach [ target | id # | <spawn name> ]\ax - attach camera to another spawn",PLUGIN_MSG);
WriteChatf("%s:: \ag/camera detach\ax - Reset camera attachment",PLUGIN_MSG);
}
}
PLUGIN_APIVOIDInitializePlugin(VOID)
{
WriteChatf(PLUGIN_MSG"v2.00 by brainiac (\aohttps://github.com/brainiac/MQ2Camera\ax) updated by SwiftyMUSE");
WriteChatf("%s:: v2.00 by brainiac (\aohttps://github.com/brainiac/MQ2Camera\ax) updated by SwiftyMUSE",PLUGIN_MSG);
if(!InitValues()){
WriteChatf(PLUGIN_MSG"\arFailed to initialize offsets. Plugin will not function.");
WriteChatf("%s:: \arFailed to initialize offsets. Plugin will not function.",PLUGIN_MSG);