View Single Post
  #6  
Old 08-10-2011, 12:57 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
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.findimg(201);
temp.i.layer 4
Reply With Quote