Ok connor, I made this now, I didn't want to have any flags in this example, since you said flags are optional. You had something twice, iNum I think + you had iPlayer instead of id. Anyway, this doesn't show me anything:
PHP Code:
public SlayMenu(id)
{
new menu = MakePlayerMenu(id, "\yWhich player to slay?", "menu_handler_slay")
menu_display(id, menu, 0)
}