Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Useless Grid Thingy (https://forums.graalonline.com/forums/showthread.php?t=43181)

DarkDragoon_Lloyd 03-03-2003 04:45 AM

Useless Grid Thingy
 
1 Attachment(s)
I tryed to make an mng file of this, but the filesize was way too big, so it lagged graal, so I made it into a script...

There is no point to it, but I made it anyways...
It took me about an hour...
I bet a scripter could have made this in less than 5 mins, and with less lag, but I am not a scripter(I do levels)...

This is my first time using showpoly...

Don't know what to say, I just felt like posting it... X.x

tlf288 03-03-2003 05:03 AM

I like the effect it makes. It gives me an idea of something to make....

DarkDragoon_Lloyd 03-03-2003 05:51 AM

*is new to scripting*

Ningnong 03-04-2003 12:00 AM

learn how to use for loops, it will save you alot of work (which can be very boaring)

eg:

INSTEAD of:
NPC Code:

... etc (above)
changeimgvis 100,0;
changeimgvis 101,0;
changeimgvis 102,0;
changeimgvis 103,0;
changeimgvis 104,0;
changeimgvis 105,0;
changeimgvis 106,0;
changeimgvis 107,0;
changeimgvis 108,0;



use this:

NPC Code:
 
for (i=0;i<108;i++) changeimgvis i,0;



what it does, is counts numbers from 0 too 108.

Dach 03-04-2003 12:15 AM

Meh, your new + b scripting actually isn't too bad, just need some good optimization skillz (makes it easier on you aswell, e.g. that script could be done in about >20 lines = less typing :) )

That's a pretty nice effect though, make me want to make a 3d engine for graal, oh wait a tick, Kai is already making one of those... *stamps foot impatiently*

you'd think I could find other forms of entertainment, but that's just silly

osrs 03-04-2003 01:35 AM

Yea,he need learn how to use loops,but it's nice :)


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

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