Home | Sidemap | Contact |
|
:Home | :News | :Projects | :Sound | :Download | :Workshops | :Friends | :Forum | ||
xSQS-EditSince "Operation Flashpoint: Cold War Crisis" came out, everyone could create dynamic missions using the scriptlanguage named SQS. Using this language is very hard and it takes a long time to write a complete script. This would be much easyer, if you check out xSQS-Edit.What is xSQS-Edit?
Cause of the limmitations of the original SQS-Language xSQS-Edit supports some extension (called xsqs) that allows you to programm on an higher way than ever. xSQS-Edit gives you a modern Programming editor with codecompleation and contextsensitiv help of all possible sqs-commands. Everything to allow you to programm very fast and effectiv. To give you an imagin of what power xsqs gives you, see the example below:
if(...){ /*do something you want*/ }else{ /*do something else*/ }
which is equivalent with: ?(...): goto "if1" goto "else1" #if1 ;do something you want goto "endif1" #else1 ;do something else #endif1 But, this is not all: xSQS-Edit gives you an powerfull Progrmmers-Editor do develope cool and unbelevable Missions for OFP. Check it out, if you can! |
|||||||||
(c) 2001-2003 Torsten Schult |