Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-08-2001, 03:13 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Scripting improvements

I think Stefan should implement a way to disable certain actions, like disablesword; or disableDweapon; or disablePausebutton; ect... Also, I think hidesword or disablesword should also hide the sword icon in the ASD icons in the upper-left corner of the window, so people can script their own sword scripts or other things, without that annoying number in the way Just my thoughts.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote
  #2  
Old 08-08-2001, 06:54 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
disabledefkey(keyindex);

that would be good

Also more function stuffs

like

Params in functions

function funcname(param1name,param2name,...) {


}

and

funcname(value1,value2,...)


Also we should have

return [value];
(wich would be able to include boolean expressions like true and false)

Ahhh. So many posibilities with that *sigh*
__________________

subliminal message: 1+1=3
Reply With Quote
  #3  
Old 08-08-2001, 11:24 AM
dragoonvenganc dragoonvenganc is offline
Registered User
Join Date: Jul 2001
Location: USA
Posts: 331
dragoonvenganc is on a distinguished road
Send a message via ICQ to dragoonvenganc Send a message via AIM to dragoonvenganc
yes that would me good. and nice. i think stefan should update the g-server so we can test levels online with other people playering have a couple people testing the levels at one time to see how they do online.
__________________
Dragoon Vengance
Owner of Pangea Relics of Time
P2P Rp server
For info or job
Email: [email protected]
aim: dragoonvengnc
Reply With Quote
  #4  
Old 08-08-2001, 11:49 AM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
3 player gserver
Reply With Quote
  #5  
Old 08-08-2001, 01:22 PM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Oh! And maybe add the Delete key to the list of KeyDown events. The only usefull keydown's are Up,Down,Left,Right,A,S,D, and Q if disableselectweapons; is called... Tab, P, and M are useless... Maybe if Stefan could add like a W,E,R, or Z,X,C keys instead? I'm sure that would make a lot of people stop complaining about extra keydowns, withough making things complicated.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote
  #6  
Old 08-09-2001, 03:38 AM
Marco2002 Marco2002 is offline
Registered User
Join Date: Jun 2001
Location: Germany
Posts: 77
Marco2002 is on a distinguished road
Send a message via ICQ to Marco2002
if (keypressed(Key)) -> if the key was pressed for a short moment (if (keydown(key)) is set when the key is held down)

if (mousebuttonklicked(Left/right))
if (klickedonme(Left/Right))
and the variables
mousex/mousey
for mouse actions
__________________
Reply With Quote
  #7  
Old 08-09-2001, 04:25 AM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
if (wasclicked) {
message #v(mousex),#v(mousey);
}
Reply With Quote
  #8  
Old 08-09-2001, 05:25 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Didn't Stefan already say he was anti-mouse? Anyways, I think Stefan should also let you use a string in toweapons. Take this for example:
NPC Code:

if (created) {
setstring this.name,Test1;
}
if (playertouchsme) {
toweapons #s(this.name);
}


Currently, if I do that same method in Graal, it will create a weapon named: #s(this
That would be a huge help.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:44 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.