![]() |
|
|||||||
| Death to Spies Stealth action. Professional spy working for the Soviet counterintelligence service executes dangerous operations in the heart of German territory. |
|
|
Thread Tools | Display Modes |
|
#16
|
||||
|
||||
|
Further attempts at doing this have resulted in a syntax error. What have I done wrong here?
Code:
function Level.FindActor
local radist = Level.FindActor('ZS29);
if ( radist != nil ) then
Actor.EnableMesh( radist, "grm_cap" , false );
end;
end
function Level.FindActor
local radist = Level.FindActor('ZS30);
if ( radist != nil ) then
Actor.EnableMesh( radist, "grm_cap" , false );
end;
end
|
|
|