Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   New good commands (https://forums.graalonline.com/forums/showthread.php?t=19105)

mhermher 12-17-2001 04:27 PM

New good commands
 
Stefan sould add commands like

unpause;
pause;
exitgame;
and in show stats a index that hides the normal pause menu so ppl can make thier own with many functions

BocoC 12-17-2001 10:23 PM

I like the pause commands. Add the DELETE key to the keydown list!

entravial 12-18-2001 02:38 AM

~AlphaFlame~

*takes one look at 'exitgame;' and bursts out laughing*

Mmhmm... see a newbie house get people stuck in there by a simple little

if (playerenters)exitgame;

Bwaha! Stefan, ADD IT ADD IT!! We want to see newbies killing off people on servers!! Woohoo!

AlexH 12-18-2001 02:39 AM

it also be nice if keydown read more keys

Python523 12-18-2001 05:07 AM

Quote:

Originally posted by AlexH
it also be nice if keydown read more keys
I have no idea what the different numbers are for this but wouldn't ascii work? (Its in the newfeatures.txt)

Falcor 12-18-2001 06:16 AM

Like omi..

ShockwaveISTHEBEST 12-19-2001 07:29 AM

, and a move too cammand. Incase you have something moving randomly around the board, and want it to end up in a certain spot.

Quote:

if (timeout) {
timeout=.5;
move random(2,5), random(2,5),random(.5,3),4;
timeout=.5;
}
if (playerenters) {
sleep 10;
moveto 30,30;
sleep 3;
destroy;
}

AlexH 12-19-2001 07:33 AM

Quote:

Originally posted by ShockwaveISTHEBEST
, and a move too cammand. Incase you have something moving randomly around the board, and want it to end up in a certain spot.


omi we do have a move command :eek:

entravial 12-19-2001 11:37 PM

~AlphaFlame~

End up at a certain spot.. hmm... lesse... maybe assigning the x/y values might work just possible?

if (playerenters){
move blahblah;
sleep 10;
x=30;
y=30;
}

Hmm I wonder...

Tyhm 12-20-2001 01:25 PM

Ever notice how

Continue
> End

Doesn't do anything?

konidias 12-20-2001 01:32 PM

Quote:

Originally posted by Tyhm
Ever notice how

Continue
> End

Doesn't do anything?

Umm yes it does.. select it and press S ;)


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

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