ok so i wanted to make a warp command but idk where to find the Talk.cpp file and idk how to open. help!
Syran:
K, this is the first simplified warp I ever made for admins. Its $aeven,and
all you need to do is put this in your Talk.cpp under the admin command declare.
else if (command.length() >= 5
&&command.compare(0,5,"aeven") == 0 && arguments.size() >= 0 && this->player->character->admin >= static_cast<int>(admin_config["aeven"]))
{
int map;
int x;
int y;
map = 5;
x = 41;
y = 47;
{
{
this->player->character->Warp(map, x, y,WARP_ANIMATION_ADMIN);
}
break;
}
}
And you can use that template to make any other admin custom warps youwould
want to make.
---
~~ When life give you pasta, you eat it ~~