ID:167828
 
mob/verb/
Multi_Tile(I as icon, IS as text)
set category = "Icon"
usr.move_AddFOBJ(icon(I,,icon_state=IS),IS,1,0)


When I compile, it says "move_AddFOBJ" is an undefined proc. I've seen it used in demos and libraries without people having to define them.
KirbyRules wrote:
When I compile, it says "move_AddFOBJ" is an undefined proc. I've seen it used in demos and libraries without people having to define them.

Other demos and libraries must either have move_AddFOBJ() defined somewhere inside, or they include another library which provides that proc.
In response to Jon88
No. I looked inside the code and it doesn't say it anywhere.
In response to KirbyRules
MultiTile library defines ADDFOBJ
In response to Mysame
Oooh...I found where they define it...

Ok...Never mind...
In response to KirbyRules
KirbyRules wrote:
Oooh...I found where they define it...

Ok...Never mind...

Tip to help you get help in the future : The proper answer here isnt Never mind, its Thank You.