<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Fantasy Grounds Forums - CoreRPG (Generic Ruleset)</title>
		<link>https://www.fantasygrounds.com/forums/</link>
		<description>RPG Games built upon our built-in CoreRPG ruleset</description>
		<language>en</language>
		<lastBuildDate>Wed, 10 Jun 2026 11:36:39 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://www.fantasygrounds.com/forums/themecrate/debutant/misc/rss.png</url>
			<title>Fantasy Grounds Forums - CoreRPG (Generic Ruleset)</title>
			<link>https://www.fantasygrounds.com/forums/</link>
		</image>
		<item>
			<title>manager_actor_common_lua bug?</title>
			<link>https://www.fantasygrounds.com/forums/showthread.php?87518-manager_actor_common_lua-bug&amp;goto=newpost</link>
			<pubDate>Mon, 08 Jun 2026 17:06:54 GMT</pubDate>
			<description><![CDATA[I think there may be a bug in CoreRPG manager_actor_common_lua.  It seems to access tCheckData, but it's nil. 
 
 
Code: 
--------- 
function...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I think there may be a bug in CoreRPG manager_actor_common_lua.  It seems to access tCheckData, but it's nil.<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">function isCreatureSizeDnD5(rActor, sParam)<br />
&nbsp; &nbsp; &nbsp; &nbsp; local tParamSize = ActorCommonManager.internalIsCreatureSizeDnDParam(sParam);<br />
&nbsp; &nbsp; &nbsp; &nbsp; if not tParamSize then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return false;<br />
&nbsp; &nbsp; &nbsp; &nbsp; end<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; local tData = {<br />
<font color="#FF0000">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tEffectsIgnore = UtilityManager.copyDeep(<b>tCheckData</b>.tEffectsIgnore) or {};</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bIgnoreExpire = true,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tParent = tCheckData,<br />
&nbsp; &nbsp; &nbsp; &nbsp; };<br />
&nbsp; &nbsp; &nbsp; &nbsp; table.insert(tData.tEffectsIgnore, tEffectData.node);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; local nActorSize = ActorCommonManager.getCreatureSizeDnD5(rActor, tData);<br />
&nbsp; &nbsp; &nbsp; &nbsp; return ActorCommonManager.internalIsCreatureSizeDnDCompare(tParamSize, nActorSize);<br />
end</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="https://www.fantasygrounds.com/forums/forumdisplay.php?66-CoreRPG-(Generic-Ruleset)">CoreRPG (Generic Ruleset)</category>
			<dc:creator>jkeller</dc:creator>
			<guid isPermaLink="true">https://www.fantasygrounds.com/forums/showthread.php?87518-manager_actor_common_lua-bug</guid>
		</item>
	</channel>
</rss>
