forked from 2009Scape/Server
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
12
dumps/scripts/5017.cs2
Normal file
12
dumps/scripts/5017.cs2
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
void script_5017(int arg0,int arg1,int arg2,int arg3,int arg4,int arg5,int arg6) {
|
||||
setWidgetSprite(arg2, new WidgetPointer(arg0));
|
||||
setWidgetSprite(arg3, new WidgetPointer(arg1));
|
||||
if (arg6 >= 5) {
|
||||
setWidgetRGB(new Color(getColorRelatedMethod4020(arg4)), new WidgetPointer(arg0));
|
||||
setWidgetRGB(new Color(getColorRelatedMethod4020(arg5)), new WidgetPointer(arg1));
|
||||
} else {
|
||||
setWidgetRGB(new Color(getColorRelatedMethod4020(6716)), new WidgetPointer(arg0));
|
||||
setWidgetRGB(new Color(getColorRelatedMethod4020(6716)), new WidgetPointer(arg1));
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue