View Single Post
  #17  
Old 06-07-2010, 05:25 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
Quote:
Originally Posted by sssssssssss View Post
it did everything but the last two 0's in the flag, so i changed it to 0,1,2
and it just echos "Sword,sword2.png,sssssssssss,2",
For now that doesnt matter.
Different question, i have this script in the dbnpc as well.

PHP Code:
public function getItemImage(temp.selection) {
  
temp.az this.(@temp.selection)[0];
  echo(
temp.az);
  return 
this.(@temp.selection)[0];

the temp.selection = something like item.Weapons.sssssssssss.Sword.

Its not putting up values for the array of the flag in the dbnpc, what am i doing wrong now?
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...



Last edited by sssssssssss; 06-07-2010 at 04:57 PM..
Reply With Quote