Welcome Guest ( Log In | Register )

> Help With creating new races, Problem When creating mod
dodgey_dave_101
post Mar 30 2006, 11:51 PM
Post #1


Associate

Joined: 30-March 06



I created a new race today, no probs. created my character, no probs. but when i start the game in the prison cell, the guy who taunts you from the opposite cell doesn't say anything. i assume this is because his script doesn't allow for him to recognise any races apart from the standard ones. This is a problem because if he doesn't taunt you, the game never gets started and you are stuck in the cell. I have no sripting knowledge, so i wouldn't know where t start, so any help would be appreciated.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
dodgey_dave_101
post Mar 31 2006, 01:19 PM
Post #2


Associate

Joined: 30-March 06



Thanks, here is the script:

scn ValenDrethScript

float timer
short talk
short lastStage

begin gamemode
if timer > 0
set timer to timer - getsecondspassed
elseif talk == 1
set lastStage to CharacterGen.tauntStage
set timer to SayTo player, CharGenTaunt2 1
if getstage characterGen == 9
set characterGen.convTimer to timer - .5
if characterGen.debug == 1
message "DEBUG: Valen Dreth last info, convTimer to %.2f", characterGen.convTimer
endif
endif
; pause briefly between taunt stages
if lastStage< CharacterGen.tauntStage
set timer to timer + 10
endif
endif

if talk == 0
if getstage charactergen == 6 && CGValenDrethTauntMarker.getdistance player < 610 && getstagedone MQ01 10 == 1
set talk to 1
evp
endif
endif

if talk == 2 && timer <= 0
set talk to 3
evp
endif

end

begin onHit player
stopcombat
if getav health < 15
forceav health 15
endif
end

What do i need to do with that?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post



Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

- Lo-Fi Version Time is now: 27th July 2025 - 06:18 PM