Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Ideas Anyone? (https://forums.graalonline.com/forums/showthread.php?t=9570)

Warcaptain 08-14-2001 11:08 AM

Ideas Anyone?
 
Here is my idea:

click(x,y)

so you could do things like.... drag and drop games, etc.

Or buttons etc.

Very nice status bars to give THOUSANDS of more possibilities to gameplay.

and having var's like: click[index].x, click[index].y

examples:
NPC Code:

if(playerenters||timeout){
//Detects Click
if(click(playerx,playery)){
this.clicked=1;}else this.cliked=0;

//Drags Player
if (this.clicked==1){
if (clickx!=playerx){
playerx=clickx;}
if (clicky!=playery){
playery=clicky;}
}
timeout=.05;}



Please share your opinions on this, thanks.

Warcaptain 08-17-2001 11:47 AM

Please post your ideas/responses if you can. =)

CrazedMerlin 08-17-2001 12:08 PM

mouse options?

Skatche 08-17-2001 12:15 PM

This has been suggested several times in several different forums, and was turned down every time. Stefan wants to stay with keyboards and gamepads only.

Warcaptain 08-17-2001 02:16 PM

it would make graal ultimate if they had clicking

fuzie 08-17-2001 02:27 PM

warcaptain aim me at ShadDr3 i have something in mind for this we can both do!

NeoNPL 08-18-2001 12:56 AM

so u can drag and drop you player???

Walls would be pointless youd just pick up ya d00d and drop him on the other side.

fuzie 08-18-2001 03:01 AM

you could script it so that u can't do that you know

Warcaptain 08-18-2001 03:17 AM

yeah

NPC Code:

if(playerenters||timeout){
//Detects Click
if(click(playerx,playery)){
this.clicked=1;}else this.cliked=0;

//Drags Player
if (this.clicked==1){

if(onwall(clickx+.5,clicky+1)){
this.clicked=0;
}

if (clickx!=playerx){
playerx=clickx;}
if (clicky!=playery){
playery=clicky;}
}
timeout=.05;}


LiquidIce00 08-18-2001 05:00 AM

I like the idea
but i think
sex(x,y)
would be better
like

NPC Code:

if (sex(playerx+1.5,playery+2)) {
say2 player is sex;
}


o.o
k k .
i like the idea but i think it be weird
u can do kinda drag and drop though
u could make a gani of the player being held by a hand and then u just use ur keyboard to like move the player around
but with that click junk u could do stuff like that game Surgery or something

Yakuna2001 08-18-2001 05:36 AM

Quote:

Originally posted by LiquidIce00

but with that click junk u could do stuff like that game Surgery or something

you mean operation right lolz?

Warcaptain 08-18-2001 05:40 AM

Quote:

Originally posted by Yakuna2001
you mean operation right lolz?
Actualy what your saying is entirely possible.

But only with the clicking options.

You could do callnpc to tell the npc the player has gone overboard hehe

Falcor 08-18-2001 06:06 AM

Dont expect mouse options to ever become a reality. Im afraid i have suggested this to sterfan on alsmo 4 or 5 different ocations and each time i either get a responce saying "No" or i am compleatly ignored. It wont ever be added. deal with it,.

LiquidIce00 08-18-2001 06:44 AM

Quote:

Originally posted by Falcor
Dont expect mouse options to ever become a reality. Im afraid i have suggested this to sterfan on alsmo 4 or 5 different ocations and each time i either get a responce saying "No" or i am compleatly ignored. It wont ever be added. deal with it,.
sex(x,y,h,w) ?


All times are GMT +2. The time now is 12:07 AM.

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