Path: blob/main/Scripts/Menu/DrEggman.txt
1319 views
//------------------Sonic CD Dr Eggman Script-----------------//1//--------Scripted by Christian Whitehead 'The Taxman'--------//2//-------Unpacked By Rubberduckycooly's Script Unpacker-------//3//---This Object is normally only used by Mobile Data files---//456sub ObjectDraw7Object.Scale = Object.PropertyValue8Object.Scale <<= 19DrawSpriteFX(0, FX_SCALE, Object.XPos, Object.YPos)10end sub111213sub ObjectStartup14LoadSpriteSheet("Menu/DrEggman.gif")1516SpriteFrame(-127, -127, 254, 254, 1, 1) //#0 - Eggman17end sub181920// ========================21// Editor Subs22// ========================2324sub RSDKDraw25DrawSprite(0)26end sub272829sub RSDKLoad30LoadSpriteSheet("Menu/DrEggman.gif")31SpriteFrame(-127, -127, 254, 254, 1, 1) //#0 - Eggman3233SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")34end sub353637