mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Removed commented code in the previous commit
Edits to documents and README.md.
This commit is contained in:
@@ -21,5 +21,5 @@ This folder contains documentation about sfall scripting extensions.
|
||||
hookscripts.md - detailed manual for using hook scripts to modify engine behavior
|
||||
arrays.md - manual for sfall arrays
|
||||
|
||||
If you are/will be using sfall Script Editor, don't forget to check out new compiler documentation in **.\compiler\sslc_readme.txt**.
|
||||
There are numerious new syntax features and extensions to SSL (Star-Trek Scripting language).
|
||||
If you are/will be using sfall Script Editor, don't forget to check out new compiler documentation in **.\compiler\sslc_readme.md**.
|
||||
There are numerious new syntax features and extensions to SSL (Star-Trek Scripting Language).
|
||||
|
||||
@@ -21,5 +21,5 @@ This folder contains documentation about sfall scripting extensions.
|
||||
hookscripts.html - detailed manual for using hook scripts to modify engine behavior
|
||||
arrays.html - manual for sfall arrays
|
||||
|
||||
If you are/will be using sfall Script Editor, don't forget to check out new compiler documentation in .\compiler\sslc_readme.txt.
|
||||
There are numerious new syntax features and extensions to SSL (Star-Trek Scripting language).
|
||||
If you are/will be using sfall Script Editor, don't forget to check out new compiler documentation in .\compiler\sslc_readme.html.
|
||||
There are numerious new syntax features and extensions to SSL (Star-Trek Scripting Language).
|
||||
|
||||
@@ -449,7 +449,7 @@ Obj arg1 - The target object
|
||||
int arg2 - skill being used
|
||||
int arg3 - skill bonus from items such as first aid kits
|
||||
|
||||
int ret0 - overrides hard-coded handler (-1 - use engine handler, any other value - override, with a zero value having a 10% chance of removing the used medical item)
|
||||
int ret0 - overrides hard-coded handler (-1 - use engine handler, any other value - override; if it is 0, there will be a 10% chance of removing the used medical item)
|
||||
```
|
||||
|
||||
-------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user