viewing paste Unknown #20874 | Text

Posted on the
1 2 3 4 5 6 7 8 9
                case RG_INTIMIDATE:
                    if (unit->warp(src,-1,-1,-1,CLR_TELEPORT) == 0) {
                        short x,y;
                        map->search_freecell(src, 0, &x, &y, 1, 1, 0);
                        if (target != src && !status->isdead(target))
                            if()
                            unit->warp(target, -1, x, y, CLR_TELEPORT);
                    }
                    break;
Viewed 912 times, submitted by Guest.