O.icon = Flip(src.icon,NORTH)
Problem description: getting "error:Flip:undefined proc" when compile. This proc is listed by Byond still but wont work. Ive tried it just North, ive tried it blank but nothing works. Any info?
ID:263475
![]() Feb 3 2007, 6:47 pm
|
|
Code:
O.icon = Flip(src.icon,NORTH) Problem description: getting "error:Flip:undefined proc" when compile. This proc is listed by Byond still but wont work. Ive tried it just North, ive tried it blank but nothing works. Any info? |
![]() Feb 3 2007, 6:48 pm
|
|
Flip() may be undefined, but icon.Flip() isn't.
|