Vengeance made me this custom commands...the problem is this...
when i try to type it...
it only show this
"You have now been warped to the Mall"
but nothing happens, i stay in the place where i am.
ACMD_FUNC(mall)
{
nullpo_retr(-1, sd);
pc_setpos(sd, "force_3-2", 19, 177, CLR_TELEPORT);
clif_displaymessage(fd, "You have now been warped to the Mall");
return 0;
}
{ "mall", 10,10, atcommand_mall },