Skip to content

clearGetList buggy or broken #207

@Rizean

Description

@Rizean
ACTION_UNIQUEID: rizean_testing_get_test
ACTION_NAME: Rizean Get Test
WHERE: interaction
WHEN: 0 - 24
MINUTES: 1 - 1
TIMEOUT_MINUTES: 0
ALSO_TIMEOUT: 
EFFECTS: 
CONDITIONS: 
MOVE_FIRST: false
SCENE_ALWAYS: rizean_testing_get_test
ANIMATION: 
WHO: Target = getTarget();
WHAT: 
WHERE: 
WHEN: 0 - 24
WHO: none
OTHER:

sceneStart()
  isValid = Target.isValid()
  "Target is <Target.name> isValid? <isValid>"
  count = 0
  temp = getPersonHere()
  While temp.isValid()
    count += 1
    "Found <temp.name> count: <count>"
    temp = getPersonHere()
  EndWhile
  clearGetList()
  temp = getPersonHere()
  isValid = temp.isValid()
  "There are <count> Actors here not including the <Target.name>."
  "Temp name is: '<temp.name>' isValid? '<isValid>'" // temp is not valid
sceneEnd()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions