Time |
Nick |
Message |
09:26 |
|
Ritchie_ joined #minetest-mods |
12:46 |
|
PilzAdam joined #minetest-mods |
15:59 |
|
BrandonReese joined #minetest-mods |
18:32 |
|
rubenwardy joined #minetest-mods |
18:38 |
|
Ritchie__ joined #minetest-mods |
18:43 |
|
Miner_48er joined #minetest-mods |
20:36 |
|
ExcaliburZero joined #minetest-mods |
20:39 |
ExcaliburZero |
I am working on coding a mod which has a node that (when punched) teleports the player to a specific type of block that is directly above the node. I have started working on the teleportation code, but since I am not very familiar with lua code there is an error that I'm not sure how to fix. |
20:39 |
ExcaliburZero |
Code: http://codepad.org/vsrWtWuv#line-28 |
20:40 |
ExcaliburZero |
Can anyone help me fix the problem? |
21:06 |
|
PilzAdam joined #minetest-mods |
21:06 |
ExcaliburZero |
Nevermind, I think I have fixed it. |
21:14 |
|
Ritchie_ joined #minetest-mods |
21:19 |
|
NakedFury joined #minetest-mods |
21:37 |
|
NakedFury left #minetest-mods |
23:13 |
|
Miner_48er joined #minetest-mods |
23:59 |
ExcaliburZero |
I have fixed the problem in the code, but I can't seem to get "setpos" to work. |