Na most, látod ezeket a sorokat:
if (isElementWithinColShape(thePlayer, pdColShape)) then
Itt be kell szúrnod a sajátodat pl:
if (isElementWithinColShape(thePlayer, pdColShape)) or (isElementWithinColShape(thePlayer, pdColShape15)) then
Ha saját dimenziókba akarod, akkor így:
if (isElementWithinColShape(thePlayer, pdColShape)) or (isElementWithinColShape(thePlayer, pdColShape15)) and ( getElementDimension(thePlayer) == 551) then