Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   Respect my Paramatars. (https://forums.graalonline.com/forums/showthread.php?t=67538)

fowlplay4 07-23-2006 12:34 AM

Respect my Paramatars.
 
Wheee.. So.. Im going to..
requesttext( str, str);
One problem I dont have a list that would tell me what params to use.
So far my list includes,
Quote:

requesttext("folders", "");
requesttext("folder", folder);
requesttext("options", "");
requesttext("folderconfig", "");
requesttext("serverflags", acct);
requesttext("weaponlist", "");
requesttext("classlist", "");
requesttext("npclist", "");
requesttext("comments", acct);
requesttext("rights", acct);
If you have anymore please post em.

Id find this useful.
requesttext("params", ""); //Returns all the parameters that can be used which i could manipulate to view them in a text window.

jake13jake 07-23-2006 04:27 PM

yea, I really don't like it when a single function is a do everything function when you wouldn't really find the information it returns with one parameter necessarily relevant to the next parameter. However, I mean the requesttext for guild DB info vs. the requesttext for everything else.

ForgottenLegacy 07-23-2006 09:18 PM

...Make an array? I don't exactly understand what you're asking, but you can make a 2-dimensional array with [n][0] being the texttype and [n][1] being the textoption, sometimes null.

calani 07-27-2006 09:01 AM

Quote:

Originally Posted by ForgottenLegacy
...Make an array? I don't exactly understand what you're asking, but you can make a 2-dimensional array with [n][0] being the texttype and [n][1] being the textoption, sometimes null.

what he's asking for is a list of all the params you can use with requesttext().. as in everything you can tell it to return.


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

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