• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Gliding

jkthomsen9

Well-known member
In 3.5 there are several creatures that could glide but not fly. I would like to bring the Phanton and Hadozee into my campaign. I tried to make a copy of xFly and name it Gliding and give it a unique ID, but I got a couple errors. Not sure what to do.

Code:
File: JKT Savage Tide.User (line 2008)-Thing 'abGlide' - Value given for attribute 'index' does not satisfy range requirements

File: JKT Savage Tide.User (line 2035)-Thing 'abGlide' - Value given for attribute 'index' does not satisfy range requirements
 
The index it's referring to is on Eval Scripts. Go into your special in the editor, and within the Eval Scripts button, look at the top row of each script. You'll see "Phase:", followed by "Priority:" and then "Index:". Make sure the value specified for the Index is a nice number, like 1, 2, or 3, and make sure that each script has a different index value.
 
Back
Top