Aelicia Fluent English Bot Language Project: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 8: 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}.
}