Skills in lua

Discussions on development of both the EQ2Emulator LUA Script Engine and Script specifications

Moderator: Team Members

Post Reply
Jabantiz
Lead Developer
Posts: 2912
Joined: Wed Jul 25, 2007 2:52 pm
Location: California

Skills in lua

Post by Jabantiz » Thu Nov 21, 2013 6:14 pm

I made it so skills can be accessed in lua, no actual lua functions that utilize this yet however.

Used just like all the other functions.

Code: Select all

// Send a skill to lua
lua_interface->SetSkillValue(state, skill);

// Get a skill from lua
Skill* skill = lua_interface->GetSkill(state);

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests