[Error] (126:14): Syntax error at line 125
Compiling failed.
Line 126
Simba Code:Case of 'skiller' then
Anyone know how to fix this?
[Error] (126:14): Syntax error at line 125
Compiling failed.
Line 126
Simba Code:Case of 'skiller' then
Anyone know how to fix this?
Previously known as "Phyaskou"
Should be
Simba Code:case 'skiller' of
'True':
begin
Code here
end;
'False':
begin
Code here
end;
end;
Current Project: Retired
Thanks. Saved me there, otherwise I would've spent another 10 minutes on it
Would a Deposit Box count as bank screen?
Previously known as "Phyaskou"
You do realise that what you are trying to test for will always result in false (unless you have 'skiller' in the list of things you test for), right?
What you are essentially doing is:
Simba Code:if('skiller' = 'True') then
...
if('skiller' = 'False') then
...
Right?
You may contact me with any concerns you have.
Are you a victim of harassment? Please notify me or any other staff member.
| SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |
There are currently 1 users browsing this thread. (0 members and 1 guests)