Path: blob/main/Scripts/R8/HotaruTrail.txt
1319 views
//---------------Sonic CD Hotaru Trail Script-----------------//1//--------Scripted by Christian Whitehead 'The Taxman'--------//2//-------Unpacked By Rubberduckycooly's Script Unpacker-------//34sub ObjectMain5if Object.Alpha > 06Object.Alpha -= 87else8Object.Type = TypeName[Blank Object]9end if10end sub111213sub ObjectDraw14DrawSpriteFX(0, FX_INK, Object.XPos, Object.YPos)15end sub161718sub ObjectStartup19LoadSpriteSheet("R8/Objects3.gif")2021SpriteFrame(-12, -10, 24, 24, 146, 133) // #0 - Hotaru Trail22end sub232425// ========================26// Editor Subs27// ========================2829sub RSDKDraw30DrawSprite(0)31end sub323334sub RSDKLoad35LoadSpriteSheet("R8/Objects3.gif")3637SpriteFrame(-12, -10, 24, 24, 146, 133) // #0 - Hotaru Trail3839SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")40end sub414243