mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
18
dumps/scripts/3954.cs2
Normal file
18
dumps/scripts/3954.cs2
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue