1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-06 14:10:53 +00:00
openmw/mscripts/test.mn
2009-01-22 20:36:36 +00:00

10 lines
190 B
Text

// A short example script
sleep(6);
while(true)
{
print("Howdy from the world of Monster scripts!");
print("This script is located in mscripts/test.mn. Check it out!");
sleep(60);
}