Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-13-2012, 09:56 PM
clarke119 clarke119 is offline
Registered User
Join Date: May 2010
Posts: 23
clarke119 is on a distinguished road
Gui Text Edit Problem

Hey Guys,

As you may understand - I have recently returned to Graal and I am trying to learn Scripting again.

My problem is probably simple, however I do not remember how to solve this:

I have two text edit boxes on my Gang System, one for account name and the other for rank. The Account works fine when adding via the add. But the problem is how do I make the account work with the rank.

Think of it like this:
Quote:
Account name: [account1.txt - Text Edit]
Rank: [rank1.txt Text Edit]

(Update Button)
I am finding the account via:
PHP Code:
 temp.pl findplayerbycommunityname(params[1]);
    if (
pl != NULL){
  }
 } 
I thought it Would be as simple as something like: pl.clientr.gangrank = rank1.txt but obviously not.

Please help me resolve this issue,

Thanks in advance,
Clarke.
__________________
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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