Compare commits

...

5 Commits

Author SHA1 Message Date
AiTechEye 9586ec6954
Add files via upload 2021-03-21 20:06:29 +01:00
AiTechEye c6c58a16e5
Delete depends.txt 2021-03-21 20:06:17 +01:00
AiTechEye 7386c1564e
Update README.md 2019-01-20 22:43:14 +01:00
AiTechEye 47bea4d32a
Update README.md 2019-01-20 22:41:58 +01:00
AiTechEye 6b87719066
Update README.md 2019-01-20 22:37:27 +01:00
3 changed files with 7 additions and 17 deletions

View File

@ -4,19 +4,6 @@ Licenses: code: LGPL-2.1, media: CC BY-SA-4.0
in game programing, not in lua
# dont use this in public servers yet, it need to be practical tested first.
#### todo:
- [x] + game time/function
- [x] + get light/function
- [x] laptop close/function
- [x] return/function
- [x] break/function
- [ ] fix broken wireless sending (just added, but wont work right now)
- [ ] make sure mod is safe to use on public servers
---
@ -63,6 +50,7 @@ a = pos(1 2 c)
dirt="default:dirt"
node.add(a dirt)
```
you can use "return" to break the currently run
</details>
@ -89,12 +77,13 @@ Any reasons to the script on the unit is running will be able in the "event" var
|event |type |channel|from_channel|msg|
|-------------|-------------|-------|------------|---|
|run by gui |"gui_run" |✖ |✖ |✖
|timer |"timer" |✖ |✖ |✖
|wire |"wire" |✔ |✔ |✔
|digilines |"digiline" |✔ |✖ |✔
|msesecons on |"mesecon on" |✖ |✖ |✖
|meseconns off|"mesecon off"|✖ |✖ |✖
|pipeworks |"pipeworks" |✖ |✖ |{item,count}
|pipeworks |"pipeworks" |✖ |✖ |✔ (item,count)
</details>
@ -135,6 +124,7 @@ for(start_n end_n)
next
```
max loops is 1000, dont use negative values
use "break" to breat the loop
</details>

View File

@ -1,3 +0,0 @@
digilines?
mesecons?
pipeworks?

3
mod.conf Normal file
View File

@ -0,0 +1,3 @@
name=was
description=World Action Script
optional_depends=digilines,mesecons,pipeworks