Jump to content

nwcworld

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thank You Ellestones for responding and yea I actually thought i was in the LSL scripting forum but in all reality i just noticed the LSL part and assumed i was in the right one. 😃
  2. Hello SL community, I am trying to get the script to take a given integer amount that i can change and have the script split to total number by percent to several child links of the build that will be effected on collision. What i had entered was integer Maxhealth = 300; integer MainBody = 0.50 * maxhealth; integer Rarm = 0.10 * maxhealth; integer Larm = 0.10 * maxhealth; integer head = 0.10 * maxhealth; integer Rleg = 0.10 * maxhealth; integer Lleg = 0.10 * maxhealth; as you might have already determined the script wont save with the way i entered the integers so can someone help me out on this? i would be grateful for any assistance. Also i did try to split it off and leave the integer without the equation and entered it in as integer MainBody MainBody = 0.50 * maxhealth; still wont save.
×
×
  • Create New...