ID:150505
 
I have a problem with making like a cirten technique to only show up with a cirten charicter.
mob
Cell
verb
Semi_Perfect()
set category = "Forms"
if(usr.PL==1000000)
icon = 'Cells.dmi'
icon_state="semi"
PL +=100000
HP +=700
str +=400
def +=100
Speed +=700

Please tellme why that dont work :(.
SaiyanBrad wrote:
I have a problem with making like a cirten technique to only show up with a cirten charicter.
mob
Cell
verb
Semi_Perfect()
set category = "Forms"
if(usr.PL==1000000)
icon = 'Cells.dmi'
icon_state="semi"
PL +=100000
HP +=700
str +=400
def +=100
Speed +=700

Please tellme why that dont work :(.

I dunno, why doesnt it? you didnt tell what at all is wrong, you didnt show a error message, what happens in testing, ect. if I had those details then maybe I can help. Ususally you dont post a entire code of text, er of a code text, er a entire text of code asking for help without posting whats actually wrong or else people cant help.
In response to Geo
Geo wrote:
SaiyanBrad wrote:
I have a problem with making like a cirten technique to only show up with a cirten charicter.
mob
Cell
verb
Semi_Perfect()
set category = "Forms"
if(usr.PL==1000000)
icon = 'Cells.dmi'
icon_state="semi"
PL +=100000
HP +=700
str +=400
def +=100
Speed +=700

Please tellme why that dont work :(.

I dunno, why doesnt it? you didnt tell what at all is wrong, you didnt show a error message, what happens in testing, ect. if I had those details then maybe I can help. Ususally you dont post a entire code of text, er of a code text, er a entire text of code asking for help without posting whats actually wrong or else people cant help.

Thats right now tell me why my inverse cursive expression doesnt work!

Alathon
In response to Alathon
It show's Forms on every char. even if they are not Cell. Ive asked others they didnt know iether.
In response to SaiyanBrad
SaiyanBrad wrote:
It show's Forms on every char. even if they are not Cell. Ive asked others they didnt know iether.

Heh I can guarantee no one would have guessed that was the problem!

Anyway, are you absolutely sure you have no other verb that specifies the "Forms" category? Before answering, do a Find in your game to make sure...