ActionDismantle scripts broken -- Server won't launch
Can't compile "World" script module!
FP_Extras/scripts/4_world/dismantal\actiondismantlefp_well.c(43): Undefined function 'FP_Well.IsInvEmpty'
Runtime mode
CLI params: config serverDZ.cfg port 2903 servermod mod @CF;@Zomberry Admin Tools;@BuilderItems;@MuchCarKey;@MuchStuffPack;@FairPlayMods;@Code Lock profiles F:\DayZServerExp\profile dologs adminlog netlog freezecheck
override bool ActionCondition( PlayerBase player, ActionTarget target, ItemBase item )
{
//Action not allowed if player has broken legs if (player.m_BrokenLegState == eBrokenLegs.BROKEN_LEGS) return false; Object targetObject = target.GetObject(); if ( targetObject ) { FP_Well myItem = FP_Well.Cast( targetObject ); if(myItem) { if(!myItem.IsInvEmpty()) return false; return true; } } if (myItem && !player.IsPlacingLocal()) return true; else return false;
}
Returns with Server crash \ not starting up on Experimental Server