Author Topic: Help with a different sort of module  (Read 257 times)

Legacy_ILikeToast

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
Help with a different sort of module
« on: January 19, 2011, 04:05:35 pm »


               Hey. I'm trying to use the toolset to make a point-and-click adventure game. In other words, I want to disable the health bar, disable the shortcut bar at the bottom, and prevent the player from engaging in battle with anyone. Also, I'd like to force the player into a character, rather than letting them build their own. Unfortunately, I've never done anything like this before, and don't know how to go about doing it. Any help you all could offer me would be greatly appreciated. 
               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Help with a different sort of module
« Reply #1 on: January 19, 2011, 04:13:35 pm »


               Yes disable all GUIs is possible through SetCutsceneMode(oPC,TRUE,TRUE);



This will however disable right mouse click as well and do not disable attacking. To disable attack just set all NPCs to be the friendly faction to PC, that way PC won't be allowe to attack them.