Difference between revisions of "User talk:Cipscis"
Jump to navigation
Jump to search
→Token being added from terminal result script not being added
imported>Warll |
imported>Cipscis |
||
Line 59: | Line 59: | ||
== Token being added from terminal result script not being added == | == Token being added from terminal result script not being added == | ||
I am sorry to call out directly to you for help but the nexus forum is down and this bug is the only thing stopping my mod from release. I have followed your advice about using unplayable armors for tokens and I have used it to control a terminal's menu. I have the player read something and I then use additem ARAWprimesafedoorkey 1 1 in the result script area. The menu is then set to force refresh and I have another menu with the condition: "getitemcount arawprimesafedoorkey >= 1.00 run on subject" I also have a menu that will only show why getitemcount returns 0, again running on subject. I really want to use tokens for this since I need to be able to run a script in gamemode as soon as the player exits the terminal. My problem is that the terminal acts as if the player never got the token. Anyway thank you for reading this and please help if you can. [[User:Warll|Warll]] 07:17, 23 July 2009 (UTC) | I am sorry to call out directly to you for help but the nexus forum is down and this bug is the only thing stopping my mod from release. I have followed your advice about using unplayable armors for tokens and I have used it to control a terminal's menu. I have the player read something and I then use additem ARAWprimesafedoorkey 1 1 in the result script area. The menu is then set to force refresh and I have another menu with the condition: "getitemcount arawprimesafedoorkey >= 1.00 run on subject" I also have a menu that will only show why getitemcount returns 0, again running on subject. I really want to use tokens for this since I need to be able to run a script in gamemode as soon as the player exits the terminal. My problem is that the terminal acts as if the player never got the token. Anyway thank you for reading this and please help if you can. [[User:Warll|Warll]] 07:17, 23 July 2009 (UTC) | ||
:I assume that you've checked that the token is being properly added to the player's inventory? It sounds to me like you should change the condition using [[GetItemCount]] from "Run On Subject" to "Run On Reference", and select the player specifically. If the condition is attempting to check [[GetItemCount]] on the terminal itself, then it will always return 0 so your condition will never be true.<br />-- [[User:Cipscis|Cipscis]] 07:37, 23 July 2009 (UTC) |