i've got a problem:
IsUpText('bronze':String):Boolean
[Error] (14635:17): comma (',') expected in script
why do i need a comma and where?
thx sven
i've got a problem:
IsUpText('bronze':String):Boolean
[Error] (14635:17): comma (',') expected in script
why do i need a comma and where?
thx sven
lol,
this is the right text...
becauseSCAR Code:if isuptext('bronze') then
when you look it up in include you see that :string and the :boolean thats bc
:string means the stuff before it is a string(text) and the :boolean(true or false) says you can use it as a if isuptext('bronze') then a boolean results true or false if it find the uptext then it results true so ''if isuptext('ronze') then do somthing''
need more info add me on msn
~Hermpie![]()
eej thx man
now i can finish the power miner
okej i'll add u
thx again
Or there is this.
SCAR Code:Procedure FindTextss;
Begin
If IsUpTextMulti('Bronze, Iron, Steel') then
Begin
Stuff;
End;
End;
There are currently 1 users browsing this thread. (0 members and 1 guests)