@@ -210,6 +210,7 @@ STRINGTABLE
|
||||
6627, "Wandering will fight"
|
||||
6628, "End Scenario"
|
||||
6629, "Display Picture"
|
||||
6630, "Randomize SDF"
|
||||
6651, "Give Item"
|
||||
6652, "Give Special Item"
|
||||
6653, "One-Time Do Nothing"
|
||||
@@ -482,6 +483,7 @@ STRINGTABLE
|
||||
9027, "0 - no attack, 1 - attack"
|
||||
9028, "Unused"
|
||||
9029, "Scenario special message with filename"
|
||||
9030, "Minimum value"
|
||||
9051, "Item to give"
|
||||
9052, "Num. of spec. item to give (0 .. 49)"
|
||||
9053, "Unused"
|
||||
@@ -631,6 +633,7 @@ STRINGTABLE
|
||||
9327, "Unused"
|
||||
9328, "Unused"
|
||||
9329, "Unused"
|
||||
9330, "Maximum value"
|
||||
9351, "Amount of gold to give"
|
||||
9352, "0 - give item, 1 - take away"
|
||||
9353, "Unused"
|
||||
@@ -780,6 +783,7 @@ STRINGTABLE
|
||||
9627, "Unused"
|
||||
9628, "Unused"
|
||||
9629, "Unused"
|
||||
9630, "Unused"
|
||||
9651, "Amount of food to give"
|
||||
9652, "Unused"
|
||||
9653, "Unused"
|
||||
@@ -929,6 +933,7 @@ STRINGTABLE
|
||||
9927, "Unused"
|
||||
9928, "Unused"
|
||||
9929, "Unused"
|
||||
9930, "Unused"
|
||||
9951, "Special if item not given"
|
||||
9952, "Unused"
|
||||
9953, "Unused"
|
||||
|
@@ -58,7 +58,7 @@ short ex2b_choose[20] = {19,50,55,56,57,58,59,60,130,134,135,136,139,144,154,-1,
|
||||
char edit_spec_stuff_done_mess[256] = {
|
||||
0,1,1,0,0,0,1,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,3,1,0,0,0,0,0,0,
|
||||
0,0,3,1,0,0,0,0,0,1,
|
||||
0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,
|
||||
1,1,1,1,1,1,1,1,1,1, // 50
|
||||
@@ -786,7 +786,7 @@ void edit_spec_enc_event_filter (short item_hit)
|
||||
case 37: // 1st spec type
|
||||
if (save_spec_enc() == TRUE)
|
||||
dialog_not_toast = FALSE;
|
||||
i = choose_text_res(22,1,29,store_spec_node.type + 1,822,"Choose General Use Special:");
|
||||
i = choose_text_res(22,1,30,store_spec_node.type + 1,822,"Choose General Use Special:");
|
||||
if (i >= 0) {
|
||||
store_spec_node.type = i - 1;
|
||||
}
|
||||
@@ -1246,7 +1246,7 @@ void edit_scen_intro_event_filter (short item_hit)
|
||||
void edit_scen_intro()
|
||||
{
|
||||
short i;
|
||||
|
||||
|
||||
cd_create_dialog_parent_num(804,0);
|
||||
|
||||
CDSN(804,8,scenario.intro_pic);
|
||||
|
Reference in New Issue
Block a user