lip()
var/icon/I='turfs.dmi'
I.Flip(180)
src.icon=I
Problem description:
runtime error: Cannot execute null.Flip().
proc name: lip (/mob/verb/lip)
usr: Karffebon (/mob)
src: Karffebon (/mob)
call stack:
Karffebon (/mob): lip()
What the hell?
ID:138899
Sep 25 2011, 1:31 pm
|
|
Code:
lip() Problem description: runtime error: Cannot execute null.Flip(). proc name: lip (/mob/verb/lip) usr: Karffebon (/mob) src: Karffebon (/mob) call stack: Karffebon (/mob): lip() What the hell? |
In response to ExPixel
|
|
lol, thanks
|
The way you're using it 'turfs.dmi' is only a file, not an actual icon.