Castle Paradox Forum Index Castle Paradox

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 Gamelist   Review List   Song List   All Journals   Site Stats   Search Gamelist   IRC Chat Room

Two things.

 
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP!
View previous topic :: View next topic  
Author Message
Mortem Monkey




Joined: 19 Sep 2003
Posts: 19
Location: Deep in to the recesses of your mind.

PostPosted: Mon Oct 27, 2003 3:12 pm    Post subject: Two things. Reply with quote

I wrote this script :

script, lik, begin
if(check tag (2) then (showtextbox (2)
else (showtextbox (15)
end

First off are there any glarring errors with it? If so can somebody please tell me what I did wrong (in great detail). Second if you don't notice anything wrong just by looking please try to compile it.
I get this error message:
Error: in line 81 of script lik in C:\RPG creator\Crwonscripts.hss
script, lik, begin
script lik is missing end or )

Does that happen to any of you? It happens to me even if I change the name and number of the script.
_________________
If you don't believe that God has a sense of humor then you explain the french!
Back to top
View user's profile Send private message
Minnek
Conjurer




Joined: 03 Jun 2003
Posts: 430
Location: Somewhere

PostPosted: Mon Oct 27, 2003 3:18 pm    Post subject: Reply with quote

Code:
script, lik, begin
if(check tag (2) then (showtextbox (2)
else (showtextbox (15)
end


simple fix, just make it:
Code:
script, lik, begin
if(check tag (2)) then (showtextbox (2))
else (showtextbox (15))
end

_________________
* SDHawk has joined #Minnek
SDHawk> AAAAAAAAAAAAAUUUUUUUUUGH
* SDHawk has left #Minnek (Leaving)
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Setu_Firestorm
Music Composer




Joined: 26 Mar 2003
Posts: 2566
Location: Holiday. FL

PostPosted: Mon Oct 27, 2003 3:27 pm    Post subject: Reply with quote

Yeah, unfortunately it's the dumb little quirks that'll mess the whole thing up.
_________________


Facebook: http://www.facebook.com/georgerpowell
Newgrounds: http://setu-firestorm.newgrounds.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP! All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group