Add confirmation prompt consts

This commit is contained in:
Vortrex
2022-05-02 15:31:09 -05:00
parent cd04ff2aa3
commit f2b7fa13d1

View File

@@ -12,6 +12,8 @@ const VRR_PROMPT_NONE = 0;
const VRR_PROMPT_CREATEFIRSTCHAR = 1;
const VRR_PROMPT_BIZORDER = 2;
const VRR_PROMPT_GIVEVEHTOCLAN = 3;
const VRR_PROMPT_GIVEHOUSETOCLAN = 4;
const VRR_PROMPT_GIVEBIZTOCLAN = 5;
// Job Types
const VRR_JOB_NONE = 0;