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
15
dumps/scripts/4229.cs2
Normal file
15
dumps/scripts/4229.cs2
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
void script_4229(int arg0,string arg1) {
|
||||
flow_0:
|
||||
IF (((getItemAmtInContainer(93, 2883) > 0) || (getItemIdInSlot(94, 3) == 2883)) || (getItemAmtInContainer(93, 4827) > 0))
|
||||
GOTO flow_1
|
||||
IF ((getItemIdInSlot(94, 3) == 4827) && (standart_config_294 >= arg0))
|
||||
GOTO flow_2
|
||||
GOTO flow_3
|
||||
flow_1:
|
||||
flow_2:
|
||||
setWidgetText(arg1 + "<br>" + "Kills: " + intToStr(arg0));
|
||||
return;
|
||||
flow_3:
|
||||
setWidgetText(arg1 + "<br>" + "<col=ff0000>" + "Kills: " + intToStr(arg0));
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue