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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with scripting
reper1210 Offline
Junior Member

Posts: 18
Threads: 7
Joined: Mar 2012
Reputation: 0
#1
Need help with scripting

I want to add the following effect into this script but im not sure how to do it.

void FadePlayerRollTo(float afX, float afSpeedMul, float afMaxSpeed);

I dont know if it requires its own string or if i can put it with something. and for future reference should i be posting this question somewhere else?
////////////////////////////////////////////////////////////////
void OnStart()
{
SetEntityPlayerInteractCallback("key_laboratory_1", "ActivateMonster", true);
AddUseItemCallback("OpenDoor", "key_laboratory_1", "level_hub_1", "UnlockLevelDoor", true);
}

void OnEnter()
{

}

void OnLeave()
{

}

void ActivateMonster(string &in item)
{
SetEntityActive("servant_brute_1", true);
AddEnemyPatrolNode("servant_brute_1", "PathNodeArea_1", 0, "Idle");
AddEnemyPatrolNode("servant_brute_1", "PathNodeArea_2", 0, "Idle");
}

void UnlockLevelDoor(string &in item, string &in entity)
{
SetLevelDoorLocked(entity, false);
}
01-15-2013, 10:11 PM
Find


Messages In This Thread
Need help with scripting - by reper1210 - 01-15-2013, 10:11 PM
RE: Need help with scripting - by reper1210 - 01-15-2013, 11:46 PM



Users browsing this thread: 1 Guest(s)