Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions

18
dumps/scripts/3954.cs2 Normal file
View file

@ -0,0 +1,18 @@
int script_3954(int arg0) {
globalint_1408 = globalint_1407;
if (globalint_1407 < 1) {
script_3213(44105777, "Please enter your age, in years, here.");
return 0;
}
if (globalint_1407 > 120) {
script_3213(44105777, "Please check the age entered and try again.");
return 0;
}
setWidgetSprite(4059, new WidgetPointer(673,49));
setWidgetIsHidden(true, new WidgetPointer(673,125));
setWidgetIsHidden(true, new WidgetPointer(673,31));
if (((boolean)arg0)) {
script_2714(6, 1);
}
return 1;
}