Important! Please read the announcement at http://myst.dustbird.net/uru-account.htm
Also! Please read the retirement announcement at http://myst.dustbird.net/uru-retirement.htm

Difference between revisions of "UAM/Python"

From UamWiki
(Created page with 'This page lists some of the many things you can do with the "uam" Python module! =Commands= ==LinkToAge== <source lang="python"> x = 3 </source>')
 
Line 3: Line 3:
 
=Commands=
 
=Commands=
 
==LinkToAge==
 
==LinkToAge==
 +
If you want to link to the Age "EderRiltehInaltahv", just use this command:
 
<source lang="python">
 
<source lang="python">
x = 3
+
    import uam
 +
    uam.LinkToAge("EderRiltehInaltahv","LinkInPointDefault")
 
</source>
 
</source>
 +
You could also have specified another spawnpoint, but LinkInPointDefault is the normal starting point in an Age.

Revision as of 23:32, 19 October 2010

This page lists some of the many things you can do with the "uam" Python module!

Commands

LinkToAge

If you want to link to the Age "EderRiltehInaltahv", just use this command:

    import uam
    uam.LinkToAge("EderRiltehInaltahv","LinkInPointDefault")

You could also have specified another spawnpoint, but LinkInPointDefault is the normal starting point in an Age.