Jump to content

Arco Frio

Newbies
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Arco Frio's Achievements

Newbie

Newbie (1/14)

  • First Post

Recent Badges

0

Reputation

  1. Well, i you're talking about the script I showed, I kind of made it from scratch by using another one as a reference. The other I tested besides the Classic Script were just the examples provided by CodeLab itself. I'll try that and see if it lets me compile. EDIT: Yes, that was it! I got to compile it and it worked! Thanks a lot for all the help!
  2. Yes, my CodeLab version is the latest, I downloaded it just today and am a total beginner on it. Are there any extra steps I should be careful about when installing? All I did was basically download and run the installer. EDIT: Not sure if this helps, but I've noticed the issue only happens when trying to compile a Classic Effect. Any of the other example scripts compile just fine (besides the Filetype example script, which throws "Error at line -97: The name 'Unsafe' does not exist in the current context (CS0103)").
  3. Well, that might clear up at least one of the scripts, since it had a space in between names (don't have the time to test it right now). But the other one was named just the standard "MyScript.cs". If it's of any help, here's what the script looks like on CodeLab: This script is a bit pointless for now since I haven't finished it, but by all means I think it should at least compile without errors. Whenever I try to compile it, CodeLab gives me: "Build Error I'm sorry, I was not able to build the DLL. Please check for build errors in the Error List." Checking the error log only gives me an error on a line that doesn't even exist on my code, and the message only appears for a brief moment right after I try to compile/preview: "Error at line -22: The name 'RandomNumberInstanceSeed' does not exist in the current context (CS0103)". Sorry for being needy, I appreciate any help!
  4. Trying to compile a plugin with CodeLab keeps giving me namespace issues: "(CS0116) A namespace cannot directly contain members such as fields or methods.". Even trying to transfer it to Visual Studio or just trying to compile sample plugins yields no positive results. Any leads as to what I'm doing wrong?
×
×
  • Create New...