The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ladder Item not working on piece of ladder?
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#1
Ladder Item not working on piece of ladder?

This is strange I have same areas builded on "Professor Brislows castle" First Ladder area then Area where piece of ladder goes.

and this is the script:

{
AddUseItemCallback("", "ladder_item_1", "PlaceLadder", "LadderOn", true);
}

void LadderOn(string &in asItem, string &in asEntity)
{
SetEntityActive("LadderArea_1", true);
SetEntityActive("ladder_static_1", true);
GiveSanityBoostSmall();
}

Not working what im missing?

Help is quickly needed then I can finish this map for good Smile

“Life is a game, play it”
07-02-2011, 11:53 AM
Find


Messages In This Thread
Ladder Item not working on piece of ladder? - by HumiliatioN - 07-02-2011, 11:53 AM



Users browsing this thread: 1 Guest(s)