Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   syntax question for new magic item (http://forums.wolflair.com/showthread.php?t=62790)

Kaleb June 10th, 2019 10:19 PM

syntax question for new magic item
 
I want to give an item that I am making DR10/Mythic

this is the portion of the eval script for belt of stone skin
#applydr[xDamRdAdam, 10]
what is the proper syntax to replace Adam for Mythic

ShadowChemosh June 12th, 2019 09:12 PM

No such thing as Mythic DR its Epic DR for Mythic characters/monsters....

Code:

#applydr[xDamRdEpic, 10]

Kaleb June 13th, 2019 09:44 PM

I found it I just had to think awhile its under the Guardian path ability Imperverous body

#applydr[xDamRdEpic,field[abValue].value]

ShafowChemosh what does this line do
doneif (field[trkLeft].value = 0)

ShadowChemosh June 15th, 2019 11:06 AM

Quote:

Originally Posted by Kaleb (Post 279662)
doneif (field[trkLeft].value = 0)

This says "STOP THE SCRIPT" if the the number of tracker points left is zero.

So if this has a tracker of 0/5 when it reaches 5/5 the script will stop running.


All times are GMT -8. The time now is 07:23 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.