mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 13:30:27 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
24
dumps/scripts/136.cs2
Normal file
24
dumps/scripts/136.cs2
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
void script_136(int arg0) {
|
||||
string svar0;
|
||||
svar0 = "";
|
||||
if (arg0 == 40173583) {
|
||||
svar0 = getItemName(standart_config_1068);
|
||||
if (standart_config_1068 == -1) {
|
||||
svar0 = "Empty";
|
||||
}
|
||||
} else if (arg0 == 40173584) {
|
||||
svar0 = getItemName(standart_config_1069);
|
||||
if (standart_config_1069 == -1) {
|
||||
svar0 = "Empty";
|
||||
}
|
||||
} else {
|
||||
if (arg0 == 40173585) {
|
||||
svar0 = getItemName(standart_config_1070);
|
||||
if (standart_config_1070 == -1) {
|
||||
svar0 = "Empty";
|
||||
}
|
||||
}
|
||||
}
|
||||
script_39(arg0, 40173591, 25, 199, svar0);
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue