mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
16
dumps/scripts/1817.cs2
Normal file
16
dumps/scripts/1817.cs2
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
void script_1817(int arg0,int arg1,int arg2,int arg3,int arg4,int arg5) {
|
||||
setWidgetText(new WidgetPointer(arg0), "Victory!");
|
||||
setWidgetPosition(75, 89, 0, 0, new WidgetPointer(arg0));
|
||||
setWidgetText(new WidgetPointer(arg1), "Your clan is victorious.");
|
||||
setWidgetPosition(79, 130, 0, 0, new WidgetPointer(arg1));
|
||||
setWidgetPosition(79, 180, 0, 0, new WidgetPointer(arg2));
|
||||
setWidgetSize(175, 125, 0, 0, new WidgetPointer(arg2));
|
||||
setWidgetPosition(52, 118, 0, 0, new WidgetPointer(arg3));
|
||||
setWidgetIsHidden(false, new WidgetPointer(arg0));
|
||||
setWidgetIsHidden(false, new WidgetPointer(arg1));
|
||||
setWidgetIsHidden(false, new WidgetPointer(arg2));
|
||||
setWidgetIsHidden(false, new WidgetPointer(arg3));
|
||||
setWidgetIsHidden(false, new WidgetPointer(arg4));
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg5));
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue