This is the documentation for
findimg:
TServerNPC.findimg(int) - returns object
It, more specifically, returns a
TShowImg, which is a type of object.
Let's see what we can do with
TShowImgs... type
/scripthelp TShowImg in RC.
A bunch of stuff should pop up, including something like...
TShowImg.layer - integer
This is what we want.
So to actually use this information:
PHP Code:
temp.i = findimg(201);
temp.i.layer = 4;