Added dialog to raise new players to 12th lvl
Added dialog to raise new players to 12th lvl
This commit is contained in:
5
_module/nss/signpost.nss
Normal file
5
_module/nss/signpost.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
void main()
|
||||
{
|
||||
string smessage = "East: Helmsfield\nWest: The Long Road";
|
||||
SpeakString(smessage, TALKVOLUME_TALK);
|
||||
}
|
||||
Reference in New Issue
Block a user