Jump to content

problem


Gixcaririxen

Recommended Posts

Digita il testo o l'indirizzo di un sito web oppure traduci un documento.

Annulla

Ascolta

Traduzione da Italiano verso Inglese

excuse me, I have a problem to create a mod: I'm doing an adventure but I can not create the character, I read the tutorial with this script: void main ()

 

EVENT_TYPE_MODULE_START homes:

{

oMapId GetObjectByTag object = ("hut_exterior");

WR_SetWorldMapPrimary (oMapId);

 

PreloadCharGen ();

StartCharGen (Gether (), 0);

break;

}

when you load the mod but I can create it but it gives me the error while compiling:- demo_module.nsc - demo_module.nsc(3): Unknown state in compiler

what can I do?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...