mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
14 lines
423 B
Text
14 lines
423 B
Text
void script_2636() {
|
|
if (bitconfig_6357 == 2) {
|
|
cs2method2306(new WidgetPointer(859,16), "Attack wall");
|
|
cs2method2306(new WidgetPointer(859,17), "Collect");
|
|
} else if (bitconfig_6357 == 4) {
|
|
cs2method2306(new WidgetPointer(859,16), "Rescue");
|
|
cs2method2306(new WidgetPointer(859,17), "Steal");
|
|
} else {
|
|
if (bitconfig_6357 == 3) {
|
|
cs2method2306(new WidgetPointer(859,16), "Collect gold");
|
|
}
|
|
}
|
|
return;
|
|
}
|