Upload files to Swollow's Computer

Author Topic: Upload files to Swollow's Computer  (Read 4606 times)





What the forget
since the addition of such images i have added an ip banning system if things get really bad

I had to remove this picture of a gory person who shot themselves in a bathtub



where can i get this

Well, its an item I made for fun.
I just don't know how to get the item to hide both arms when equipped.


so I was pondering about this, and I thought to myself
what if I made a script that uploaded everybody's avatars
that'd be amusing



Well, its an item I made for fun.
I just don't know how to get the item to hide both arms when equipped.
Code: [Select]
function image_name_here::onMount(%data, %obj, %slot)
{
    %obj.hideNode("LArm");
    %obj.hideNode("RArm");
}
function image_name_here::onUnmount(%data, %obj, %slot)
{
    %obj.unhideNode("LArm");
    %obj.unhideNode("RArm");
}

I didn't know Mr Man was a member of deviantart
oh there's a lot you need to know

wasn't there someone who let us send things to his printer to print

wasn't there someone who let us send things to his printer to print
ya i remember that, this was inspired by that
also sorry for not responding I haven't been home for the past 36 hours or so