mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
30
dumps/scripts/4110.cs2
Normal file
30
dumps/scripts/4110.cs2
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
void script_4110() {
|
||||
flow_0:
|
||||
SWITCH (standart_config_1108) {
|
||||
case 2:
|
||||
GOTO flow_1
|
||||
case 5:
|
||||
GOTO flow_2
|
||||
}
|
||||
setWidgetIsHidden(false, new WidgetPointer(106,126));
|
||||
setWidgetIsHidden(true, new WidgetPointer(106,131));
|
||||
setWidgetIsHidden(true, new WidgetPointer(106,140));
|
||||
script_670();
|
||||
setWidgetText(new WidgetPointer(106,124), "First, you will see a selection of boxes. You can make several offers simultaneously, one in each box.");
|
||||
GOTO flow_3
|
||||
flow_1:
|
||||
setWidgetIsHidden(true, new WidgetPointer(106,126));
|
||||
setWidgetIsHidden(false, new WidgetPointer(106,131));
|
||||
setWidgetIsHidden(true, new WidgetPointer(106,140));
|
||||
script_671();
|
||||
setWidgetText(new WidgetPointer(106,124), "Each box has two buttons. One button is for offering to buy items, the other is for offering to sell items.");
|
||||
GOTO flow_3
|
||||
flow_2:
|
||||
setWidgetIsHidden(true, new WidgetPointer(106,126));
|
||||
setWidgetIsHidden(true, new WidgetPointer(106,131));
|
||||
setWidgetIsHidden(false, new WidgetPointer(106,140));
|
||||
script_672();
|
||||
setWidgetText(new WidgetPointer(106,124), "Now the offer is placed! You can return to the Grand Exchange at any time to check on the progress of your offers.");
|
||||
flow_3:
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue