MapScript not showing up.

TomasGudm

Chieftain
Joined
Mar 1, 2012
Messages
8
Hi guys,

I am trying to make a map script and looking for some help from you pro's out there.

Here are pieces from my modinfo file.

Code:
  <Files>
    <File md5="EDD63137243848BEDE3A0B0E7E423814" import="0">Krobs.lua</File>
  </Files>

Code:
  <EntryPoints>
    <EntryPoint type="MapScript" file="Krobs.lua">
      <Name>Krobs</Name>
      <Description>Krobs</Description>
    </EntryPoint>
  </EntryPoints>

Then I turn on WorldBuilder (since I want to use that to experiment with the map script) and I turn the mod on inside WorldBuilder. Check the Mods screen again, and its still turned on (still checked).

Go to New Map and my method is not available there either. Also try to turn on the game and I can't see my map scripts there either.

Any help is greatly appreciated.


Moderator Action: Moved to the main forum.
Because the mapscripts subforum is really only for mapscripts, and not for questions about mapscripts ;).
 
Ah, just worked it out. Have to change import="1". In modbuddy, set Import into VFS = Tue on the properties tab of the lua.
 
Back
Top Bottom