View Single Post
  #2  
Old 07-12-2013, 10:29 PM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Quote:
Originally Posted by Skyld
1. Be clear on your ability level. In other words, do not post asking for scripts, or asking people to fix scripts that are above your ability level. If you are writing a script to aid learning, then try writing a simpler script. If you are looking for a script for a server, then the best solution is probably to hire a scripter.

2. Similarly, do not just post whole scripts for people as a response to their difficulties. If you wish to post a wordy solution, then please feel free; however, please do not post things that people can just copy and paste. It isn't helping people to learn just by doing so. If you'd like to show off your scripts to others, post them in the Code Gallery subforum.
However, you can run it through a DB or something and have it check if the level exists
[levelexists(str) - returns boolean]
and if it doesn't, you could do plenty of things to create an entire level, but the easiest might be to use
[copylevel(str, str) - parameters are the source level filename and the destination filename; the destination is relative to the levels/ folder]
to draw from one level to another. Plenty of ways to do this part though.
Reply With Quote