Jump to content

Scripting Resource Help Please


Azannon

Recommended Posts

If you don't know what the variables do, alter a variable in the call, then see what happens when you reload the same save game. (A text editor like Crimson Editor will enable you to alter scripts without hitting issues of two programs claiming control of the same file.) My guess is that the variables cover things like:

how much damage is healed,

the maximum range from the pool for healing and

who is healed.

 

Hear is an example from energypool.txt:

//Cell 0 - Who is helps. 0 - just friendly. 1 - everyone.

if (get_memory_cell(0) == 0)

restore_energy_nearby(25,25,2,0);

else restore_energy_nearby(25,25,2,2);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...