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 06-22-2001, 06:24 AM
WeirdmanI9 WeirdmanI9 is offline
Banned
WeirdmanI9's Avatar
Join Date: Mar 2001
Location: Laying Low From The Police
Posts: 1,816
WeirdmanI9 is on a distinguished road
Send a message via AIM to WeirdmanI9 Send a message via Yahoo to WeirdmanI9
Hey Stefan this might be a cool one

Make it where like u can press a certain button and it does an action ,other then just A,S,D,F,M,Q,P,up,down,right,left,
like the script could be
if (keypressed(A)) {action here;
}
with like
A,B,C,D,E,F,G,H,I,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z, Control,Shift and stuff like that
Jman9912
[email protected]-
Reply With Quote
  #2  
Old 06-22-2001, 06:36 AM
Spearman Spearman is offline
Registered User
Join Date: Mar 2001
Location: Indiana, USA
Posts: 498
Spearman is on a distinguished road
Send a message via ICQ to Spearman Send a message via AIM to Spearman
He has to give a # to each key, that is the way it works now
__________________


Reply With Quote
  #3  
Old 06-22-2001, 08:14 AM
MoonAngel MoonAngel is offline
Banned
MoonAngel's Avatar
Join Date: Mar 2001
Location: QUÉBEC!
Posts: 1,443
MoonAngel is on a distinguished road
Send a message via ICQ to MoonAngel Send a message via AIM to MoonAngel
adding the ASCII codes would be nice =\
Reply With Quote
  #4  
Old 06-22-2001, 08:40 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 (newkeydown(1-26)) 1=A, 26=Z
Reply With Quote
  #5  
Old 06-25-2001, 11:00 AM
Psyker Psyker is offline
Tired Sloth
Join Date: Mar 2001
Posts: 6,217
Psyker will become famous soon enough
Send a message via AIM to Psyker Send a message via Yahoo to Psyker
if (keydown(12))&&(15)&&(12)) {
message haha, funny;
sleep 1.5;
message;
}
__________________
Reply With Quote
  #6  
Old 06-25-2001, 12:01 PM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Cool also this should be added

the function
chr(ascii code)
and
#chr(ascii code) (for like messages and stuff)

and it will give you the letter... it would be good for signs and stuff if you want to do something like

setplayerprop #c,This is a test; A very good test;

it wouldn't work....

so like that is were chr could go in place like

setplayerprop #c,this is a test#chr(59) A very good test;
__________________
Thanks,
-KJL
Reply With Quote
  #7  
Old 06-25-2001, 01:16 PM
WeirdmanI9 WeirdmanI9 is offline
Banned
WeirdmanI9's Avatar
Join Date: Mar 2001
Location: Laying Low From The Police
Posts: 1,816
WeirdmanI9 is on a distinguished road
Send a message via AIM to WeirdmanI9 Send a message via Yahoo to WeirdmanI9
yea so does everything think its a good idea?
P.S. for some reason i couldnt even get keydown to work lol i dont kno why
-Jman9912-
Reply With Quote
  #8  
Old 06-25-2001, 02:00 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Re: also this should be added

Quote:
Originally posted by KJS
the function
chr(ascii code)
and
#chr(ascii code) (for like messages and stuff)

and it will give you the letter... it would be good for signs and stuff if you want to do something like

setplayerprop #c,This is a test; A very good test;

it wouldn't work....

so like that is were chr could go in place like

setplayerprop #c,this is a test#chr(59) A very good test;
You can do #K(Ascii code) for that.
__________________

Reply With Quote
  #9  
Old 06-26-2001, 01:31 AM
WeirdmanI9 WeirdmanI9 is offline
Banned
WeirdmanI9's Avatar
Join Date: Mar 2001
Location: Laying Low From The Police
Posts: 1,816
WeirdmanI9 is on a distinguished road
Send a message via AIM to WeirdmanI9 Send a message via Yahoo to WeirdmanI9
hmm i was thinking instead of ASCII it might be cool just for a letter or number say u want it to charge up a strength or something
if (#K(A&&D)) {
;
see wat im sayin that would be cool
[email protected]-
Reply With Quote
  #10  
Old 06-26-2001, 01:35 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
I believe Stefan wants it to be Gamepad-compliant.
Reply With Quote
  #11  
Old 06-26-2001, 02:25 AM
WeirdmanI9 WeirdmanI9 is offline
Banned
WeirdmanI9's Avatar
Join Date: Mar 2001
Location: Laying Low From The Police
Posts: 1,816
WeirdmanI9 is on a distinguished road
Send a message via AIM to WeirdmanI9 Send a message via Yahoo to WeirdmanI9
yea thats true im just tryin to make it easier but that might be harder....for people with gamepads i migth start using one heh
[email protected]-
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 02:15 PM.


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