Hey guys, I want to make a small script that rickroll's you when you type /rickroll.
I got a small sound file of about 20 seconds that is in .mp3
The script to play the file is already done
function UsePackage(ID: Word):boolean
UsePackage(1);
procedure PlaySound(ID: Byte;Name: String;X,Y: Single)
if Text = '/Rickroll' then begin
PlaySound(0,'Rickroll.mp3',0.0,0.0);
end;
end;
But how do I make a .ssz file? & even what IS a .ssz file!? (and where do I place the .ssz?)
EDIT nvm... Didnt read this part of the page..
NOTE: Packages are created using the CreatePackage function, which will not be available until a later Script Core version.