ID:267199
![]() Jan 1 2003, 5:18 pm
|
|
icon donation code? i tried something like this src.key = "Sage_Turak" << ftp(F) F is defined as a file but it doesnt seem to work
|
maybe something like this
mob/verb/DonateIcon(I as icon|null) //make them choose the icon For this to work you must be connected to the game at the time of the transaction. Hope that helps. |
The syntax on that is totally screwed up; src.key="Sage_Turak" and something << ftp(F) are two different statements, and you can't FTP a file to a text string.
Lummox JR