Search found 6 matches
- 02 Jul 2008, 02:27
- Forum: Mapmaking Guild
- Topic: How do you make a dialog
- Replies: 0
- Views: 1497
How do you make a dialog
I remember reading somewhere on this forum how to make dialogs. Does anyone know how to open the dialog creator in Updated HOF ME
- 30 Jun 2008, 14:19
- Forum: Mapmaking Guild
- Topic: Creature Messages question and New Day message question
- Replies: 6
- Views: 2542
All scripts are in the map scripts...I did try to put the trigger in the monsters script to see if it would do anything...but nothing happened.... When i enable the console view, at first I got an error but after placing the triggers after the functions the errors went away. After switching the func...
- 30 Jun 2008, 07:02
- Forum: Mapmaking Guild
- Topic: Making an Underground
- Replies: 6
- Views: 3690
- 30 Jun 2008, 06:37
- Forum: Mapmaking Guild
- Topic: Making an Underground
- Replies: 6
- Views: 3690
- 30 Jun 2008, 03:03
- Forum: Mapmaking Guild
- Topic: Creature Messages question and New Day message question
- Replies: 6
- Views: 2542
Re: Creature Messages question and New Day message question
1) Don't mind anything the editor says. Mind only the errors that are noted in console when you run the map. The trigger will not even run...Day 1 or start of week. Mabey i'm missing something in the coding...I named the monster "mymonster" and just copied the code as is...except I added ...
- 28 Jun 2008, 18:28
- Forum: Mapmaking Guild
- Topic: Creature Messages question and New Day message question
- Replies: 6
- Views: 2542
Creature Messages question and New Day message question
Ok...I actually have two questions... 1. Here is the code I am using to create a New Day Message Trigger(NEW_DAY_TRIGGER, "NewDayTrigger"); function NewDayTrigger() if GetDate(DAY_OF_WEEK) == 1 then MessageBox("Maps\RMG\1372-2268-3872-4378\NDM.txt"); end; Hoever I keep getting Fu...