if (*(DWORD64*)((DWORD64)mActor + 0x0C90) = 7) {
Vec3 Telepotpos;
if (i_war.Teleport.Teleport1)
Telepotpos = { 674.915405f, 706.425842f, 46.875000f };
if (i_war.Teleport.Teleport2)
Telepotpos = { 855.9778442f, 1346.8364258f, 75.4551239f };
if (i_war.Teleport.Teleport3)
Telepotpos = { 1809.648926f, 424.261902f, 95.510071f };
if (GetAsyncKeyState(N))mActor->GetEntity()->SetLocalPos(Telepotpos);
}