6 posts
Posted 26 July 2012 - 09:57 AM
Help!
I did a little research on _G with CC.
I've used rawset, to make a global variable.
I have a script running on a monitor that prints a g value.
I get this:
bios:48: bad argument: string expected, got nil
Why? Rawset has something wrong?
295 posts
Location
In the TARDIS at an unknown place in time.
Posted 26 July 2012 - 10:16 AM
Hey, you were on my CC Server months ago.
6 posts
Posted 26 July 2012 - 10:30 AM
Oh yeah! Have you restarted that?
1111 posts
Location
Portland OR
Posted 26 July 2012 - 10:33 AM
Probably need the code to be able to help any..
295 posts
Location
In the TARDIS at an unknown place in time.
Posted 26 July 2012 - 08:18 PM
Oh yeah! Have you restarted that?
Eh, I don't run the ComputerCraft Server any longer, but I'm getting back into the mod and I'm making my own OS.
6 posts
Posted 27 July 2012 - 09:54 AM
Aw. Ok.
318 posts
Location
Somewhere on the planet called earth
Posted 27 July 2012 - 10:21 AM
I think you might need to add ("string in here"),
This might be 200% wrong since we got no code but adding " might fix it.
--If code is like this before you add stuff
print(showtxtonscreen)
this might fix the error
print("textonscreen")