mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
24
dumps/scripts/509.cs2
Normal file
24
dumps/scripts/509.cs2
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
void script_509(int arg0) {
|
||||
string svar0;
|
||||
svar0 = "";
|
||||
if (arg0 == 40173577) {
|
||||
svar0 = getItemName(standart_config_1065);
|
||||
if (standart_config_1065 == -1) {
|
||||
svar0 = "Empty";
|
||||
}
|
||||
} else if (arg0 == 40173578) {
|
||||
svar0 = getItemName(standart_config_1066);
|
||||
if (standart_config_1066 == -1) {
|
||||
svar0 = "Empty";
|
||||
}
|
||||
} else {
|
||||
if (arg0 == 40173579) {
|
||||
svar0 = getItemName(standart_config_1067);
|
||||
if (standart_config_1067 == -1) {
|
||||
svar0 = "Empty";
|
||||
}
|
||||
}
|
||||
}
|
||||
script_39(arg0, 40173592, 25, 199, svar0);
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue