Some things need to be added...
Function Arguments
All us people who code in another language other than Gscript LUV
FUNCTIONS ARGUMENTS! Please add them.
Fuctions aregument syntax is as follows
funcname(aug1,aug1,...)
and
function funcname (name for aug1,name for aug 2,...) {
routein......
}
and also there needs to be
return value;
example : return true; return false: return HAPPY MONKEY!; return #v(money);
So we can do l33t things like
if(getArea(x,y)) {
message OMG LIKE THE OBJECT IS IN THE AREA!!!!!!!;
}
Next on the agenda........
Script Ganis!
Kaimetsu suggested it and I luv the idea. There must be some way to add this option.
Also if sever-side showimg wouldnt round to the closes half (.5) it would be good =\
Oh my...
Playerspeed Variable
This is a good option that GodSpeed suggested.. I hope it gets on =\
NPC Server programing
It would be nice if there was an NC option to give the player a pm if a certain condition is true.
Like a script command
PM Commands for NPC server
pmplayer account,message text;
masspm message text;
And int he NPC server you could do stuff like
NPCs server Programming
if(strequals(#pm,Hello!)) {
pmplayer #a,Hi!;
}
And stuff.
OH OH!!!
hidden NPCs should be able to show images!
And....
New Flags!
playerkillsbaddie
playerkills[baddiename]
playerkillsplayer
playerkillsnpc
It would be nice for EXP. Since detecting if a play has killed an enemy is really difficult to do perfectly. =\
playerids in With operation
with(getplayer(id))
and idscount varaible
the idscount variable woudl be the hiest id on the server so if ids
4,7,8,13 were online... idscount == 13
Bug
Graal:Offline bug was never fixed =\
Style show insert a newline character after semicolons and Braces or Brace+semicolon combos (for arrays and such).
thats all I can think of now.