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
10
dumps/scripts/1242.cs2
Normal file
10
dumps/scripts/1242.cs2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
void script_1242(int arg0) {
|
||||
int ivar1;
|
||||
setWidgetSprite(3152, new WidgetPointer(arg0));
|
||||
setScriptCallOnMousePressed(1950, new WidgetPointer(-32768,3), "I", new WidgetPointer(arg0));
|
||||
ivar1 = addToCoordinate(0, add(subtract(extractX(getMyPositionHash()), mod(extractX(getMyPositionHash()), 64)), 13), 0, add(subtract(extractY(getMyPositionHash()), mod(extractY(getMyPositionHash()), 64)), 23));
|
||||
cameraMethod5511(ivar1);
|
||||
cameraPointAt(ivar1, 25, 100, 10);
|
||||
cameraMoveTo(addToCoordinate(ivar1, 11, 0, 0), 2600, 100, 10);
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue