Well for some reason whenever i try your codes none of them work. The only thing that works for me is the Lethe cloak device. Even then i have to remove the activator and change Code:
if(Cloak == 1){
Body = entity():getConstraints()
timer("working...",10)
Base:setNumber(Entry, Body:entity(Entry):getAlpha())
Body:entity(Entry):setAlpha(0)
if(Entry == Body:count()){
stoptimer("working...")
Entry = 0
Cloak = 0}
else{Entry += 1}} To Code:
if(Activate == 1){
Body = entity():getConstraints()
timer("working...",10)
Base:setNumber(Entry, Body:entity(Entry):getAlpha())
Body:entity(Entry):setAlpha(0)
if(Entry == Body:count()){
stoptimer("working...")
Entry = 0
Cloak = 0}
else{Entry += 1}} And add Activate into the inputs
Well heres my problem:
Whenever i place the codes (Just as you have posted them) It always comes up with things such as @name Vector Triad calculator Mk-IIII cannot be capital. So ill change them to so its not capital. Then it will come up with Directive @name vector triad calculator mk-IIII is invalid (Or something like that). So ill change that around a little and it will start saying the same thing for others such as @input,@output and @persist.
Can you tell me if im doing something wrong or is it just me?
I do have wire svn and its completely updated.
Bookmarks