
09-04-2007, 01:21 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
Personally I don't think it is really that important to do a mass conversion of GS1 syntax to GS2. A well written GS1 script is better than a buggy GS2 script, and there are more important things to care about:
- don't put huge scripts into levels, use classes instead
- don't use .graal levels anymore
- avoid scripts that do everything, better split things to easier understand and control it
- avoid tons of duplications of the same script, better use reusable functions and classes
If done correctly then there are no big problem of GS1-GS2 collisions: in the editor you can use GS1 for small things or for "join classname;", on the server you then write the logic using classes and db npcs. |
|
|
|