Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!-- Modifications portal -->
<portal
id="grModify"
style="tblNormal">
<table_dynamic
component="Mods"
showtemplate="SimpleItem"
choosetemplate="SimpleItem"
alwaysupdate="yes"
scrollable="yes"
addpick="ModCat"
headerpick="default">
<titlebar><![CDATA[
@text = "Add Modifications"
]]></titlebar>
<headertitle><![CDATA[
@text = "Modifications"
]]></headertitle>
<additem><![CDATA[
@text = "Add New Modifications"
]]></additem>
</table_dynamic>
</portal>
RavenX, please read what I said about the helper pick in post #7 in the stickied thread. That question has already been answered there.
<!-- An entity for the Possession adjustment -->
<entity
id="adjPossess"
form="poCustPoss">
<bootstrap thing="PossHelper"/>
</entity>
<thing
id="PossHelper"
name="Possession Helper"
compset="Simple">
</thing>