Quote Originally Posted by Xzin
You might need a ; after the ().

/script GMLevel70();
; indicates end of line in /script which allows you to do things such as:

/script Function1();Function2();Function3;

And have it work..