View Single Post
  #9  
Old 11-11-2013, 01:55 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

An entity (NPC, Item, Spell) can only have one script on it at a time. If two exist, it will use the Lua and ignore Perl. However, the server can use Perl and Lua at the same time - just make sure you say yes to both in cmake. The current PEQ quests for example are still mostly Perl with a growing number of Lua scripts being written. They all work fine.
Reply With Quote