Home
last modified time | relevance | path

Searched refs:Send_delayed_request_cfr (Results 1 – 3 of 3) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dquests.c3490 …if (may_acquire) Send_delayed_request_cfr(Ind, RID_QUEST_ACQUIRE + q_idx, format("Accept the quest…
3606 Send_delayed_request_cfr(Ind, RID_QUEST + q_idx, "? (choose yes or no)>", FALSE);
H A Dexterns.h1142 extern void Send_delayed_request_cfr(int Ind, int id, char *prompt, bool default_yes);
H A Dnserver.c7676 void Send_delayed_request_cfr(int Ind, int id, char *prompt, bool default_yes) { function