What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

About using Items

turbocross

New Member
Joined
Mar 23, 2010
Messages
231
Hi, is there a way to use items directly by the item number?

I've tried looking into the hlp file, but I'm too much of a newbie to understand it :p
 
Lua.DoString("UseItemByName(\"" + potion.Name + "\")");


Lua.DoString("UseItemByName(\"" + instantPoison.Entry + "\")");
 
Back
Top