mojo_client/bin/scripts/_enterworld.def
False.Genesis 889238cfb7 + added default config files + SDL.dll
+ added some DefScripts 
+ fixed the DefScript system. TODO: permissions & stuff will come in next rev. :)
2007-01-10 22:24:19 +00:00

28 lines
544 B
Modula-2

#permission=255
// PSEUWOW DEF_SCRIPT WORLD-ENTER FILE
OUT * World entered, executing appropriate script...
// not yet implemented
// CASTSPELL 836
// yaay we are online
EMOTE 5
// MaNGOS: make PseuWoW invincible
SAY .gmon
// you can also teleport on every startup to a certain player...
// simple: use the .goname command as usual.
// SAY .goname Gamemaster
// to know everything worked fine, etc
SAY [${@version_short}] login successful.
// add your own stuff here
// ...
OUT * finished executing script.