Aelicia Fluent English Bot Language Project: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(Created page with "Aelicia is a bot which supports a scripting language similar to javascript, with additional fluent language features. Aelicia is currently under development. Here's a script...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Aelicia is a bot which supports a scripting language similar to javascript, with additional fluent language features.
Aelicia is a bot which supports a scripting language similar to javascript, with additional fluent English language features.
 
The scripting language is aimed at a target audience that have little or no programming skills.
 


Aelicia is currently under development.
Aelicia is currently under development.
Line 5: Line 8:
Here's a script example of an Aelicia greeter bot script.
Here's a script example of an Aelicia greeter bot script.


''event avataradd
step avatarenters
{
{
  say Hello #{avatar.name}.
    say Hello #{avatar.name}.
}
}
 
''

Latest revision as of 22:17, 6 August 2012

Aelicia is a bot which supports a scripting language similar to javascript, with additional fluent English language features.

The scripting language is aimed at a target audience that have little or no programming skills.


Aelicia is currently under development.

Here's a script example of an Aelicia greeter bot script.

step avatarenters
{
    say Hello #{avatar.name}.
}