+ Reply to Thread
Results 1 to 4 of 4

Thread: Custom values ?

  1. #1
    Inactive prut96 is on a distinguished road prut96's Avatar
    Join Date
    Aug 2008
    Posts
    9

    Talking Custom values ?

    I am having problems making a custom value :/

    i tried

    Letter = ""

    but it says the (() is unexpected

    im trying to make a word program.

    wire keyboard.

    I: Number
    O: Line
    Letter = ''
    If Number == 97 -> Letter = 'a';
    If Letter != '' Line = Line + Letter;

    so if you write a and the line was already

    "lol" it would become "lola" xD

    but i cant make this Letter value. i think its because you cant make it text. by the way what screen would i use to show "Line" ? thank you!! xD

  2. #2
    *

    Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael is a jewel in the rough Azrael's Avatar
    Join Date
    Aug 2007
    Posts
    1,353

    Default Re: Custom values ?

    Indeed, the Expression gate can't handle text. The CPU gate can.

    To display text, you'd use a Console Screen.
    Last edited by Azrael; 08-09-2008 at 06:15 AM. Reason: I'm an idiot.
    <Anticept> i always thought that piss comes out of a womans ass....

  3. #3
    Inactive prut96 is on a distinguished road prut96's Avatar
    Join Date
    Aug 2008
    Posts
    9

    Default Re: Custom values ?

    Quote Originally Posted by AzraelUK View Post
    Indeed, the Expression gate can't handle text. The CPU gate can.

    To display text, you'd use a Console Screen.


    ok

  4. #4
    Inactive prut96 is on a distinguished road prut96's Avatar
    Join Date
    Aug 2008
    Posts
    9

    Default Re: Custom values ?

    Console screen...

    how do i make it show.. i wired char to the CPU....
    what do i wire the others to

+ Reply to Thread

Similar Threads

  1. E2 custom extension help
    By phreak314 in forum Wiremod Lua Coding
    Replies: 8
    Last Post: 01-30-2010, 05:34 PM
  2. Custom consolescreen
    By Borsty in forum Wiremod Addons
    Replies: 57
    Last Post: 11-03-2008, 10:01 PM
  3. VOTE: Custom models
    By andy1976uk in forum Ideas & Suggestions
    Replies: 1
    Last Post: 08-05-2008, 08:20 PM
  4. Custom spawnicons are fucked up
    By Pyro-Fire in forum Wiremod General Chat
    Replies: 9
    Last Post: 06-04-2008, 12:03 PM
  5. Portal Custom Maps!
    By KillerBlonde in forum Off-Topic
    Replies: 1
    Last Post: 11-16-2007, 02:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts