|
-
Aug 19th, 2012, 11:52 AM
#1
Thread Starter
New Member
[Help!]Creating A Type Of Generator[Help!]
Hey everyone. Well I've been working on creating a generator for CFG, which is the language of the game Call of duty. And Well. I'm completely confused on how I would go along doing what I need to have done. If anyone can Take a look at what I need it to do, and help me, that would be so great! And this is for VB.net, just so you know!.
Okay everyone, I'm working on my own version of a R2R generator for people working with CFG. Now this program needs to be able to take a word and put it in a sorta of list. Below is an example of what I am talking about.
Code:
self setClientDvar("Rylie","");
self setClientDvar("Menu1","");
self setClientDvar("Menu2","");
self setClientDvar("Menu3","");
self setClientDvar("Menu4","");
The program needs to be able to take that word and place it in a different form, like my example below.
Code:
Rylie|Menu1|Menu2|Menu3|Menu4|
And Well, I'm just confused on how I would make it do that, like what would the code be. If anyone can help me, That would be great. You would be included within the credit's for you're help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|