Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Map does not exist
Post: RE: Map does not exist

Thanks for quick reply! (07-21-2015, 11:28 PM)Mudbill Wrote: Perhaps you should re-set the level that is loaded using whatever door you use to get to the crash. Perhaps that will reset the path to ...
Rakez68 Development Support 3 3,162 07-21-2015, 11:40 PM
    Thread: Map does not exist
Post: Map does not exist

Hello! So I have this weird error with my mod which I have released already, but just now found out this weird error. So I tried to play trough my CS, everything seemed fine until I reached the thi...
Rakez68 Development Support 3 3,162 07-21-2015, 11:22 PM
    Thread: Script
Post: RE: Script

Mother of god, I feel so dumb :D Thanks
Rakez68 Development Support 4 3,540 05-16-2013, 01:49 PM
  Wink Thread: Script
Post: Script

Hey guys! I need a little help on a script that sounds simple but I can't figure it out. I have a obstacle in my map, to which the player can die several times. So I fall down in a room, and after 1...
Rakez68 Development Support 4 3,540 05-16-2013, 12:41 PM
    Thread: Script help
Post: RE: Script help

Sigh, I can't figure this out. This is so complicated! :huh: I'm starting to feel embarrassed to bother you guys for so long. People must appreciate alot that you spend so much time with people that a...
Rakez68 Development Support 13 8,377 03-27-2013, 04:50 PM
    Thread: Script help
Post: RE: Script help

Then you use AddUseItemCallback then. I know. But there came this problem what I said earlier: ''I have another problem now, something I can't understand. I pick up all four chemicals, and I try t...
Rakez68 Development Support 13 8,377 03-27-2013, 04:09 PM
    Thread: Script help
Post: RE: Script help

''Allows the player to combine items in his inventory.'' I'm not trying to do that. The pot is on the table. You are not going to pick up the pot in any part. Once you have put all the chemicals int...
Rakez68 Development Support 13 8,377 03-27-2013, 03:39 PM
    Thread: Script help
Post: RE: Script help

It does load the map fine now. And I understand now the issue. But I have another problem now, something I can't understand. I pick up all four chemicals, and I try to put them into the pot (which is...
Rakez68 Development Support 13 8,377 03-27-2013, 03:23 PM
    Thread: Script help
Post: RE: Script help

I really had hard time trying to figure out how to solve it, but it just doesn't pop to my head. Why does it whine about the line (16, 24) which is (int i=1;i<=4;i++) No, I don't know what to do....
Rakez68 Development Support 13 8,377 03-27-2013, 02:46 PM
    Thread: Script help
Post: RE: Script help

It still doesn't work. the script now is: void OnStart() { SetLocalVarInt("Var1", 0); for(int i=1;i<=4;i++) AddUseItemCallback("Chem"+i, "GetAcidComplete", "UsedChemsOnPot", true, 0); } void UsedC...
Rakez68 Development Support 13 8,377 03-27-2013, 02:08 PM
    Thread: Script help
Post: Script help

Hello. I need help with one script. I have 4 chemicals in a map and after picking up all the four chemicals to your inventory, you can use them on a chemistry pot which is on a table. After that, yo...
Rakez68 Development Support 13 8,377 03-27-2013, 01:36 PM