ID:269424
![]() Jun 24 2005, 5:35 pm
|
|
Ok I want to make it where you can upload pics and use them as your ID, for example, and I can't remember how to allow you to upload files. How do I do that? What is the proc for it?
|
Psst,
var/list/pics[0] It's that easy to upload (well, sort of upload). If you mean upload it to a website, lookup shell(). |
How do I make a verb where you can veiw a list of pics in the list and select one to use as an emoticon?
|
mob/var/list/pictures=list('a.png','b.png','c.png',"Your own") I'm assuming it works, I haven't tried it. |
Cool little system yeller. I see your in the mood to program. =P
P.S- Nice BYOND members site, I like the colors, i was thinking on doing mine colors like that. I know nothing about html though =(. I'll have to ask the community to make me a html template like that. <=P |
Ol' Yeller wrote:
> mob/var/list/pictures=list('a.png','b.png','c.png',"Your own") I'm assuming it works, I haven't tried it. Didn't work. |
.dm:27:error:'a.png':cannot find file
.dm:27:error:'b.png':cannot find file .dm:27:error:'c.png':cannot find file .dm:31:error:picture:undefined var |
Heh, wow, that cracked me up.
define the var. var [edit] you will have to make the a picture and b picture and c picture if you dont know. |
_>
mob/var/picture
The 'a.png','b.png', and 'c.png' have to be actual pictures, you can change it though. |
What is it you want, like those little face icons in dragonball zeta? Or do you want it as your icon.