ID:754387
 
Keywords: icon, proc, scale
(See the best response by LordAndrew.)
Quick noob question: how do I properly use Scale()?

Help will be appreciated! Sorry for the trouble.

Best response
mob
verb
beGiant()
var/icon/i = icon(icon)

i.Scale(64, 64)

icon = i
Meh, I knew it was a noobish question, hehe. Thanks a lot man!